Html Css Color HEX #EDF503 Chartreuse Yellow

📋 copy color: '#EDF503'

red 237 ◦ green 245 ◦ blue 3

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

Shades of Chartreuse Yellow #EDF503

Tints of Chartreuse Yellow #EDF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.52%

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

R = 48.87%
G = 50.52%
B = 0.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#EDF503 (or 0xEDF503) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 03. RGB value is (237,245,3). Sum of RGB (Red+Green+Blue) = 237+245+3=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 3 (1.56% from 255 or 0.62% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF503 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF503 is #120AFC. Grayscale: #D7D7D7. Windows color (decimal): -1182461 or 259565. OLE color: 259565.

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

Color convert

RGB 237 245 3 -
CMYK 0.03 0 0.99 0.04
HSL 61.98º 0.98% 0.49% -
HSV(B) 61.98º 0.99% 0.96% -
XYZ 67.59 83.32 12.61 -
YUV 215.02 8.35 143.68 -
System Red Green Blue C M Y K H S L
Decimal 237 245 3 0.03 0 0.99 0.04 61.98 0.98 0.49
Hex ED F5 3 3 0 63 4 3E 62 31
Octal 355 365 3 3 0 143 4 76 142 61
Binary 11101101 11110101 11 11 0 1100011 100 111110 1100010 110001

Color Harmonies of #EDF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF503

Black with #EDF503

Text Example


Text Example

White with #EDF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF503; }

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

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

background-color css

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

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

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

border-color css

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

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

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