Html Css Color HEX #EDF408 Chartreuse Yellow

📋 copy color: '#EDF408'

red 237 ◦ green 244 ◦ blue 8

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

Shades of Chartreuse Yellow #EDF408

Tints of Chartreuse Yellow #EDF408

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.9%

 BLUE value IS 8 (3.52% from 255) = 1.64%

R = 48.47%
G = 49.9%
B = 1.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#EDF408 (or 0xEDF408) is known color: Chartreuse Yellow. HEX triplet: ED, F4 and 08. RGB value is (237,244,8). Sum of RGB (Red+Green+Blue) = 237+244+8=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 8 (3.52% from 255 or 1.64% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF408 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF408 is #120BF7. Grayscale: #D7D7D7. Windows color (decimal): -1182712 or 586989. OLE color: 586989.

HSL color Cylindrical-coordinate representation of color #EDF408: hue angle of 61.78º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF408 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 8 -
CMYK 0.03 0 0.97 0.04
HSL 61.78º 0.94% 0.49% -
HSV(B) 61.78º 0.97% 0.96% -
XYZ 67.32 82.72 12.65 -
YUV 215 11.18 143.69 -
System Red Green Blue C M Y K H S L
Decimal 237 244 8 0.03 0 0.97 0.04 61.78 0.94 0.49
Hex ED F4 8 3 0 61 4 3E 5E 31
Octal 355 364 10 3 0 141 4 76 136 61
Binary 11101101 11110100 1000 11 0 1100001 100 111110 1011110 110001

Color Harmonies of #EDF408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF408

Black with #EDF408

Text Example


Text Example

White with #EDF408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF408; }

 p { color: rgb(237,244,8); }

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

background-color css

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

 a { background-color: rgb(237,244,8); }

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

border-color css

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

 span { border-color: rgb(237,244,8); }

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