#EDFB06

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

Shades of Chartreuse Yellow #EDFB06

Tints of Chartreuse Yellow #EDFB06

Color information

#EDFB06 (or 0xEDFB06) is unknown color: approx Chartreuse Yellow. HEX triplet: ED, FB and 06. RGB value is (237,251,6). Sum of RGB (Red+Green+Blue) = 237+251+6=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 6 (2.73% from 255 or 1.21% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFB06 is #1204F9. Grayscale: #DBDBDB. Windows color (decimal): -1180922 or 457709. OLE color: 457709.

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

Color convert

RGB2372516-
CMYK0.0600.980.02
HSL63.43º96.84%50.39%-
HSV(B)63.43º97.61%98.43%-
XYZ69.4687.0113.31-
YUV218.887.86140.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 251 (98.44% from 255) = 50.81%
BLUE value IS 6 (2.73% from 255) = 1.21%
R=47.98%
G=50.81%
B=1.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal23725160.0600.980.0263.4396.8450.39
HexEDFB6606223f6132
Octal35537366014227714162
Binary111011011111101111011001100010101111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB06; }

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

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

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

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

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

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

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

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