#EDFC99

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

Shades of Tidal #EDFC99

Tints of Tidal #EDFC99

Color information

#EDFC99 (or 0xEDFC99) is unknown color: approx Tidal. HEX triplet: ED, FC and 99. RGB value is (237,252,153). Sum of RGB (Red+Green+Blue) = 237+252+153=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 153 (60.16% from 255 or 23.83% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC99 is #120366. Grayscale: #ECECEC. Windows color (decimal): -1180519 or 10091757. OLE color: 10091757.

HSL color Cylindrical-coordinate representation of color #EDFC99: hue angle of 69.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDFC99 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB237252153-
CMYK0.0600.390.01
HSL69.09º94.29%79.41%-
HSV(B)69.09º39.29%98.82%-
XYZ75.4989.9343.52-
YUV236.2381.03128.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 153 (60.16% from 255) = 23.83%
R=36.92%
G=39.25%
B=23.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521530.0600.390.0169.0994.2979.41
HexEDFC9960271455e4f
Octal35537423160471105136117
Binary11101101111111001001100111001001111100010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFC99; }

 p { color: rgb(237,252,153); }

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

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

 a { background-color: rgb(237,252,153); }

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

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

 span { border-color: rgb(237,252,153); }

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