#EDFB8B

Color #EDFB8B Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EDFB8B

Tints of Tidal #EDFB8B

Color information

#EDFB8B (or 0xEDFB8B) is unknown color: approx Tidal. HEX triplet: ED, FB and 8B. RGB value is (237,251,139). Sum of RGB (Red+Green+Blue) = 237+251+139=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 139 (54.69% from 255 or 22.17% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB8B is #120474. Grayscale: #EAEAEA. Windows color (decimal): -1180789 or 9173997. OLE color: 9173997.

HSL color Cylindrical-coordinate representation of color #EDFB8B: hue angle of 67.5º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDFB8B is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB237251139-
CMYK0.0600.450.02
HSL67.5º93.33%76.47%-
HSV(B)67.5º44.62%98.43%-
XYZ74.0888.8637.67-
YUV234.0574.36130.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 139 (54.69% from 255) = 22.17%
R=37.80%
G=40.03%
B=22.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511390.0600.450.0267.593.3376.47
HexEDFB8B602D2445d4c
Octal35537321360552104135114
Binary111011011111101110001011110010110110100010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB8B; }

 p { color: rgb(237,251,139); }

 H1.HeaderClassName
 {
   color: #EDFB8B;
 }
 .AnyTagClassName
 {
   color: #EDFB8B;
 }
</style>
background-color css

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

 a { background-color: rgb(237,251,139); }

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

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

 span { border-color: rgb(237,251,139); }

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