Html Css Color HEX #EDF803 Chartreuse Yellow

📋 copy color: '#EDF803'

red 237 ◦ green 248 ◦ blue 3

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

Shades of Chartreuse Yellow #EDF803

Tints of Chartreuse Yellow #EDF803

RGB

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

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

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

R = 48.57%
G = 50.82%
B = 0.61%

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

#EDF803 (or 0xEDF803) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 03. RGB value is (237,248,3). Sum of RGB (Red+Green+Blue) = 237+248+3=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 3 (1.56% from 255 or 0.61% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF803 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF803 is #1207FC. Grayscale: #D9D9D9. Windows color (decimal): -1181693 or 260333. OLE color: 260333.

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

Color convert

RGB 237 248 3 -
CMYK 0.04 0 0.99 0.03
HSL 62.69º 0.98% 0.49% -
HSV(B) 62.69º 0.99% 0.97% -
XYZ 68.51 85.15 12.91 -
YUV 216.78 7.36 142.42 -
System Red Green Blue C M Y K H S L
Decimal 237 248 3 0.04 0 0.99 0.03 62.69 0.98 0.49
Hex ED F8 3 4 0 63 3 3F 62 31
Octal 355 370 3 4 0 143 3 77 142 61
Binary 11101101 11111000 11 100 0 1100011 11 111111 1100010 110001

Color Harmonies of #EDF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF803

Black with #EDF803

Text Example


Text Example

White with #EDF803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF803; }

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

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

background-color css

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

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

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

border-color css

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

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

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