Html Css Color HEX #EDF001 Chartreuse Yellow

📋 copy color: '#EDF001'

red 237 ◦ green 240 ◦ blue 1

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

Shades of Chartreuse Yellow #EDF001

Tints of Chartreuse Yellow #EDF001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 49.58%
G = 50.21%
B = 0.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EDF001 (or 0xEDF001) is known color: Chartreuse Yellow. HEX triplet: ED, F0 and 01. RGB value is (237,240,1). Sum of RGB (Red+Green+Blue) = 237+240+1=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 1 (0.78% from 255 or 0.21% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF001 is #120FFE. Grayscale: #D4D4D4. Windows color (decimal): -1183743 or 127213. OLE color: 127213.

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

Color convert

RGB 237 240 1 -
CMYK 0.01 0 1.00 0.06
HSL 60.75º 0.99% 0.47% -
HSV(B) 60.75º 1% 0.94% -
XYZ 66.09 80.33 12.05 -
YUV 211.86 9.01 145.93 -
System Red Green Blue C M Y K H S L
Decimal 237 240 1 0.01 0 1.00 0.06 60.75 0.99 0.47
Hex ED F0 1 1 0 64 6 3D 63 2F
Octal 355 360 1 1 0 144 6 75 143 57
Binary 11101101 11110000 1 1 0 1100100 110 111101 1100011 101111

Color Harmonies of #EDF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF001

Black with #EDF001

Text Example


Text Example

White with #EDF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF001; }

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

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

background-color css

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

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

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

border-color css

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

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

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