Html Css Color HEX #EDFC0A Chartreuse Yellow

📋 copy color: '#EDFC0A'

red 237 ◦ green 252 ◦ blue 10

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

Shades of Chartreuse Yellow #EDFC0A

Tints of Chartreuse Yellow #EDFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.5%

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

R = 47.49%
G = 50.5%
B = 2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#EDFC0A (or 0xEDFC0A) is known color: Chartreuse Yellow. HEX triplet: ED, FC and 0A. RGB value is (237,252,10). Sum of RGB (Red+Green+Blue) = 237+252+10=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 10 (4.30% from 255 or 2.00% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFC0A is #1203F5. Grayscale: #DCDCDC. Windows color (decimal): -1180662 or 720109. OLE color: 720109.

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

Color convert

RGB 237 252 10 -
CMYK 0.06 0 0.96 0.01
HSL 63.72º 0.98% 0.51% -
HSV(B) 63.72º 0.96% 0.99% -
XYZ 69.79 87.65 13.53 -
YUV 219.93 9.53 140.18 -
System Red Green Blue C M Y K H S L
Decimal 237 252 10 0.06 0 0.96 0.01 63.72 0.98 0.51
Hex ED FC A 6 0 60 1 40 62 33
Octal 355 374 12 6 0 140 1 100 142 63
Binary 11101101 11111100 1010 110 0 1100000 1 1000000 1100010 110011

Color Harmonies of #EDFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC0A

Black with #EDFC0A

Text Example


Text Example

White with #EDFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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