Html Css Color HEX #EDF602 Chartreuse Yellow

📋 copy color: '#EDF602'

red 237 ◦ green 246 ◦ blue 2

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

Shades of Chartreuse Yellow #EDF602

Tints of Chartreuse Yellow #EDF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

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

R = 48.87%
G = 50.72%
B = 0.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#EDF602 (or 0xEDF602) is known color: Chartreuse Yellow. HEX triplet: ED, F6 and 02. RGB value is (237,246,2). Sum of RGB (Red+Green+Blue) = 237+246+2=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 2 (1.17% from 255 or 0.41% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF602 is #1209FD. Grayscale: #D8D8D8. Windows color (decimal): -1182206 or 194285. OLE color: 194285.

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

Color convert

RGB 237 246 2 -
CMYK 0.04 0 0.99 0.04
HSL 62.21º 0.98% 0.49% -
HSV(B) 62.21º 0.99% 0.96% -
XYZ 67.89 83.92 12.68 -
YUV 215.49 7.52 143.34 -
System Red Green Blue C M Y K H S L
Decimal 237 246 2 0.04 0 0.99 0.04 62.21 0.98 0.49
Hex ED F6 2 4 0 63 4 3E 62 31
Octal 355 366 2 4 0 143 4 76 142 61
Binary 11101101 11110110 10 100 0 1100011 100 111110 1100010 110001

Color Harmonies of #EDF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF602

Black with #EDF602

Text Example


Text Example

White with #EDF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF602; }

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

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

background-color css

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

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

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

border-color css

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

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

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