Html Css Color HEX #EDF802 Chartreuse Yellow

📋 copy color: '#EDF802'

red 237 ◦ green 248 ◦ blue 2

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

Shades of Chartreuse Yellow #EDF802

Tints of Chartreuse Yellow #EDF802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.92%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 48.67%
G = 50.92%
B = 0.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#EDF802 (or 0xEDF802) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 02. RGB value is (237,248,2). Sum of RGB (Red+Green+Blue) = 237+248+2=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 2 (1.17% from 255 or 0.41% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF802 is #1207FD. Grayscale: #D9D9D9. Windows color (decimal): -1181694 or 194797. OLE color: 194797.

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

Color convert

RGB 237 248 2 -
CMYK 0.04 0 0.99 0.03
HSL 62.68º 0.98% 0.49% -
HSV(B) 62.68º 0.99% 0.97% -
XYZ 68.5 85.14 12.88 -
YUV 216.67 6.86 142.5 -
System Red Green Blue C M Y K H S L
Decimal 237 248 2 0.04 0 0.99 0.03 62.68 0.98 0.49
Hex ED F8 2 4 0 63 3 3F 62 31
Octal 355 370 2 4 0 143 3 77 142 61
Binary 11101101 11111000 10 100 0 1100011 11 111111 1100010 110001

Color Harmonies of #EDF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF802

Black with #EDF802

Text Example


Text Example

White with #EDF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF802; }

 p { color: rgb(237,248,2); }

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

background-color css

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

 a { background-color: rgb(237,248,2); }

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

border-color css

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

 span { border-color: rgb(237,248,2); }

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