Html Css Color HEX #EDF881 Tidal

📋 copy color: '#EDF881'

red 237 ◦ green 248 ◦ blue 129

#EDF881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EDF881

Tints of Tidal #EDF881

RGB

 RED value IS 237 (92.97% from 255) = 38.6%

 GREEN value IS 248 (97.27% from 255) = 40.39%

 BLUE value IS 129 (50.78% from 255) = 21.01%

R = 38.6%
G = 40.39%
B = 21.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDF881 (or 0xEDF881) is known color: Tidal. HEX triplet: ED, F8 and 81. RGB value is (237,248,129). Sum of RGB (Red+Green+Blue) = 237+248+129=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 129 (50.78% from 255 or 21.01% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF881 is #12077E. Grayscale: #E7E7E7. Windows color (decimal): -1181567 or 8517869. OLE color: 8517869.

HSL color Cylindrical-coordinate representation of color #EDF881: hue angle of 65.55º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF881 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 129 -
CMYK 0.04 0 0.48 0.03
HSL 65.55º 0.89% 0.74% -
HSV(B) 65.55º 0.48% 0.97% -
XYZ 72.45 86.72 33.69 -
YUV 231.15 70.36 132.18 -
System Red Green Blue C M Y K H S L
Decimal 237 248 129 0.04 0 0.48 0.03 65.55 0.89 0.74
Hex ED F8 81 4 0 30 3 42 59 4A
Octal 355 370 201 4 0 60 3 102 131 112
Binary 11101101 11111000 10000001 100 0 110000 11 1000010 1011001 1001010

Color Harmonies of #EDF881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF881

Black with #EDF881

Text Example


Text Example

White with #EDF881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF881; }

 p { color: rgb(237,248,129); }

 H1.HeaderClassName
 {
   color: #EDF881;
 }
 .AnyTagClassName
 {
   color: #EDF881;
 }
</style>

background-color css

<style>
 a { background-color: #EDF881; }

 a { background-color: rgb(237,248,129); }

 div.DivClassName
 {
   background-color: #EDF881;
 }
 .BgClassName
 {
   background-color: #EDF881;
 }
</style>

border-color css

<style>
 span { border-color: #EDF881; }

 span { border-color: rgb(237,248,129); }

 td.TdClassName
 {
   border-color: #EDF881;
 }
 .TagClassName
 {
   border-color: #EDF881;
 }
</style>