Html Css Color HEX #EDFD01 Chartreuse Yellow

📋 copy color: '#EDFD01'

red 237 ◦ green 253 ◦ blue 1

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

Shades of Chartreuse Yellow #EDFD01

Tints of Chartreuse Yellow #EDFD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.53%

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

R = 48.27%
G = 51.53%
B = 0.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#EDFD01 (or 0xEDFD01) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 01. RGB value is (237,253,1). Sum of RGB (Red+Green+Blue) = 237+253+1=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 1 (0.78% from 255 or 0.20% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD01 is #1202FE. Grayscale: #DCDCDC. Windows color (decimal): -1180415 or 130541. OLE color: 130541.

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

Color convert

RGB 237 253 1 -
CMYK 0.06 0 1.00 0.01
HSL 63.81º 0.99% 0.5% -
HSV(B) 63.81º 1% 0.99% -
XYZ 70.06 88.26 13.37 -
YUV 219.49 4.7 140.49 -
System Red Green Blue C M Y K H S L
Decimal 237 253 1 0.06 0 1.00 0.01 63.81 0.99 0.5
Hex ED FD 1 6 0 64 1 40 63 32
Octal 355 375 1 6 0 144 1 100 143 62
Binary 11101101 11111101 1 110 0 1100100 1 1000000 1100011 110010

Color Harmonies of #EDFD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD01

Black with #EDFD01

Text Example


Text Example

White with #EDFD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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