Html Css Color HEX #EDFE0A Chartreuse Yellow

📋 copy color: '#EDFE0A'

red 237 ◦ green 254 ◦ blue 10

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

Shades of Chartreuse Yellow #EDFE0A

Tints of Chartreuse Yellow #EDFE0A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.7%

 BLUE value IS 10 (4.3% from 255) = 2%

R = 47.31%
G = 50.7%
B = 2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#EDFE0A (or 0xEDFE0A) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 0A. RGB value is (237,254,10). Sum of RGB (Red+Green+Blue) = 237+254+10=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 10 (4.30% from 255 or 2.00% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFE0A is #1201F5. Grayscale: #DEDEDE. Windows color (decimal): -1180150 or 720621. OLE color: 720621.

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

Color convert

RGB 237 254 10 -
CMYK 0.07 0 0.96 0.00
HSL 64.18º 0.99% 0.52% -
HSV(B) 64.18º 0.96% 1% -
XYZ 70.42 88.91 13.74 -
YUV 221.1 8.87 139.34 -
System Red Green Blue C M Y K H S L
Decimal 237 254 10 0.07 0 0.96 0.00 64.18 0.99 0.52
Hex ED FE A 7 0 60 0 40 63 34
Octal 355 376 12 7 0 140 0 100 143 64
Binary 11101101 11111110 1010 111 0 1100000 0 1000000 1100011 110100

Color Harmonies of #EDFE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE0A

Black with #EDFE0A

Text Example


Text Example

White with #EDFE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE0A; }

 p { color: rgb(237,254,10); }

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

background-color css

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

 a { background-color: rgb(237,254,10); }

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

border-color css

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

 span { border-color: rgb(237,254,10); }

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