Html Css Color HEX #EDF701 Chartreuse Yellow

📋 copy color: '#EDF701'

red 237 ◦ green 247 ◦ blue 1

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

Shades of Chartreuse Yellow #EDF701

Tints of Chartreuse Yellow #EDF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.93%

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

R = 48.87%
G = 50.93%
B = 0.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#EDF701 (or 0xEDF701) is known color: Chartreuse Yellow. HEX triplet: ED, F7 and 01. RGB value is (237,247,1). Sum of RGB (Red+Green+Blue) = 237+247+1=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 1 (0.78% from 255 or 0.21% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF701 is #1208FE. Grayscale: #D8D8D8. Windows color (decimal): -1181951 or 129005. OLE color: 129005.

HSL color Cylindrical-coordinate representation of color #EDF701: hue angle of 62.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDF701 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 1 -
CMYK 0.04 0 1.00 0.03
HSL 62.44º 0.99% 0.49% -
HSV(B) 62.44º 1% 0.97% -
XYZ 68.19 84.53 12.75 -
YUV 215.97 6.69 143 -
System Red Green Blue C M Y K H S L
Decimal 237 247 1 0.04 0 1.00 0.03 62.44 0.99 0.49
Hex ED F7 1 4 0 64 3 3E 63 31
Octal 355 367 1 4 0 144 3 76 143 61
Binary 11101101 11110111 1 100 0 1100100 11 111110 1100011 110001

Color Harmonies of #EDF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF701

Black with #EDF701

Text Example


Text Example

White with #EDF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF701; }

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

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

background-color css

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

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

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

border-color css

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

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

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