Html Css Color HEX #EDF601 Chartreuse Yellow

📋 copy color: '#EDF601'

red 237 ◦ green 246 ◦ blue 1

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

Shades of Chartreuse Yellow #EDF601

Tints of Chartreuse Yellow #EDF601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.83%

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

R = 48.97%
G = 50.83%
B = 0.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#EDF601 (or 0xEDF601) is known color: Chartreuse Yellow. HEX triplet: ED, F6 and 01. RGB value is (237,246,1). Sum of RGB (Red+Green+Blue) = 237+246+1=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 1 (0.78% from 255 or 0.21% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF601 is #1209FE. Grayscale: #D8D8D8. Windows color (decimal): -1182207 or 128749. OLE color: 128749.

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

Color convert

RGB 237 246 1 -
CMYK 0.04 0 1.00 0.04
HSL 62.2º 0.99% 0.48% -
HSV(B) 62.2º 1% 0.96% -
XYZ 67.89 83.92 12.65 -
YUV 215.38 7.02 143.42 -
System Red Green Blue C M Y K H S L
Decimal 237 246 1 0.04 0 1.00 0.04 62.2 0.99 0.48
Hex ED F6 1 4 0 64 4 3E 63 30
Octal 355 366 1 4 0 144 4 76 143 60
Binary 11101101 11110110 1 100 0 1100100 100 111110 1100011 110000

Color Harmonies of #EDF601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF601

Black with #EDF601

Text Example


Text Example

White with #EDF601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF601; }

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

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

background-color css

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

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

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

border-color css

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

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

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