Html Css Color HEX #EDF003 Chartreuse Yellow

📋 copy color: '#EDF003'

red 237 ◦ green 240 ◦ blue 3

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

Shades of Chartreuse Yellow #EDF003

Tints of Chartreuse Yellow #EDF003

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50%

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

R = 49.38%
G = 50%
B = 0.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EDF003 (or 0xEDF003) is known color: Chartreuse Yellow. HEX triplet: ED, F0 and 03. RGB value is (237,240,3). Sum of RGB (Red+Green+Blue) = 237+240+3=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 3 (1.56% from 255 or 0.62% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF003 is #120FFC. Grayscale: #D5D5D5. Windows color (decimal): -1183741 or 258285. OLE color: 258285.

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

Color convert

RGB 237 240 3 -
CMYK 0.01 0 0.99 0.06
HSL 60.76º 0.98% 0.48% -
HSV(B) 60.76º 0.99% 0.94% -
XYZ 66.1 80.33 12.11 -
YUV 212.09 10.01 145.77 -
System Red Green Blue C M Y K H S L
Decimal 237 240 3 0.01 0 0.99 0.06 60.76 0.98 0.48
Hex ED F0 3 1 0 63 6 3D 62 30
Octal 355 360 3 1 0 143 6 75 142 60
Binary 11101101 11110000 11 1 0 1100011 110 111101 1100010 110000

Color Harmonies of #EDF003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF003

Black with #EDF003

Text Example


Text Example

White with #EDF003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF003; }

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

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

background-color css

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

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

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

border-color css

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

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

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