Html Css Color HEX #EDF203 Chartreuse Yellow

📋 copy color: '#EDF203'

red 237 ◦ green 242 ◦ blue 3

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

Shades of Chartreuse Yellow #EDF203

Tints of Chartreuse Yellow #EDF203

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.21%

 BLUE value IS 3 (1.56% from 255) = 0.62%

R = 49.17%
G = 50.21%
B = 0.62%

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

#EDF203 (or 0xEDF203) is known color: Chartreuse Yellow. HEX triplet: ED, F2 and 03. RGB value is (237,242,3). Sum of RGB (Red+Green+Blue) = 237+242+3=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF203 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF203 is #120DFC. Grayscale: #D6D6D6. Windows color (decimal): -1183229 or 258797. OLE color: 258797.

HSL color Cylindrical-coordinate representation of color #EDF203: hue angle of 61.26º 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 #EDF203 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 3 -
CMYK 0.02 0 0.99 0.05
HSL 61.26º 0.98% 0.48% -
HSV(B) 61.26º 0.99% 0.95% -
XYZ 66.69 81.52 12.31 -
YUV 213.26 9.34 144.93 -
System Red Green Blue C M Y K H S L
Decimal 237 242 3 0.02 0 0.99 0.05 61.26 0.98 0.48
Hex ED F2 3 2 0 63 5 3D 62 30
Octal 355 362 3 2 0 143 5 75 142 60
Binary 11101101 11110010 11 10 0 1100011 101 111101 1100010 110000

Color Harmonies of #EDF203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF203

Black with #EDF203

Text Example


Text Example

White with #EDF203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF203; }

 p { color: rgb(237,242,3); }

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

background-color css

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

 a { background-color: rgb(237,242,3); }

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

border-color css

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

 span { border-color: rgb(237,242,3); }

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