Html Css Color HEX #EDF880 Tidal

📋 copy color: '#EDF880'

red 237 ◦ green 248 ◦ blue 128

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

Shades of Tidal #EDF880

Tints of Tidal #EDF880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.88%

R = 38.66%
G = 40.46%
B = 20.88%

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

#EDF880 (or 0xEDF880) is known color: Tidal. HEX triplet: ED, F8 and 80. RGB value is (237,248,128). Sum of RGB (Red+Green+Blue) = 237+248+128=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF880 is #12077F. Grayscale: #E7E7E7. Windows color (decimal): -1181568 or 8452333. OLE color: 8452333.

HSL color Cylindrical-coordinate representation of color #EDF880: hue angle of 65.5º degrees, saturation: 0.9, 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 #EDF880 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 128 -
CMYK 0.04 0 0.48 0.03
HSL 65.5º 0.9% 0.74% -
HSV(B) 65.5º 0.48% 0.97% -
XYZ 72.39 86.7 33.34 -
YUV 231.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 237 248 128 0.04 0 0.48 0.03 65.5 0.9 0.74
Hex ED F8 80 4 0 30 3 42 5A 4A
Octal 355 370 200 4 0 60 3 102 132 112
Binary 11101101 11111000 10000000 100 0 110000 11 1000010 1011010 1001010

Color Harmonies of #EDF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF880

Black with #EDF880

Text Example


Text Example

White with #EDF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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