#EDFB81

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

Shades of Tidal #EDFB81

Tints of Tidal #EDFB81

Color information

#EDFB81 (or 0xEDFB81) is unknown color: approx Tidal. HEX triplet: ED, FB and 81. RGB value is (237,251,129). Sum of RGB (Red+Green+Blue) = 237+251+129=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB81 is #12047E. Grayscale: #E9E9E9. Windows color (decimal): -1180799 or 8518637. OLE color: 8518637.

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

Color convert

RGB237251129-
CMYK0.0600.490.02
HSL66.89º93.85%74.51%-
HSV(B)66.89º48.61%98.43%-
XYZ73.3888.5834-
YUV232.9169.36130.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 129 (50.78% from 255) = 20.91%
R=38.41%
G=40.68%
B=20.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511290.0600.490.0266.8993.8574.51
HexEDFB8160312435e4b
Octal35537320160612103136113
Binary111011011111101110000001110011000110100001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB81; }

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

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

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

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

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

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

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

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