Html Css Color HEX #EDF302 Chartreuse Yellow

📋 copy color: '#EDF302'

red 237 ◦ green 243 ◦ blue 2

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

Shades of Chartreuse Yellow #EDF302

Tints of Chartreuse Yellow #EDF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.41%

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

R = 49.17%
G = 50.41%
B = 0.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#EDF302 (or 0xEDF302) is known color: Chartreuse Yellow. HEX triplet: ED, F3 and 02. RGB value is (237,243,2). Sum of RGB (Red+Green+Blue) = 237+243+2=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 2 (1.17% from 255 or 0.41% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF302 is #120CFD. Grayscale: #D6D6D6. Windows color (decimal): -1182974 or 193517. OLE color: 193517.

HSL color Cylindrical-coordinate representation of color #EDF302: hue angle of 61.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDF302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 2 -
CMYK 0.02 0 0.99 0.05
HSL 61.49º 0.98% 0.48% -
HSV(B) 61.49º 0.99% 0.95% -
XYZ 66.99 82.11 12.38 -
YUV 213.73 8.51 144.6 -
System Red Green Blue C M Y K H S L
Decimal 237 243 2 0.02 0 0.99 0.05 61.49 0.98 0.48
Hex ED F3 2 2 0 63 5 3D 62 30
Octal 355 363 2 2 0 143 5 75 142 60
Binary 11101101 11110011 10 10 0 1100011 101 111101 1100010 110000

Color Harmonies of #EDF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF302

Black with #EDF302

Text Example


Text Example

White with #EDF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF302; }

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

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

background-color css

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

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

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

border-color css

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

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

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