Html Css Color HEX #EDFD0A Chartreuse Yellow

📋 copy color: '#EDFD0A'

red 237 ◦ green 253 ◦ blue 10

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

Shades of Chartreuse Yellow #EDFD0A

Tints of Chartreuse Yellow #EDFD0A

RGB

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

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

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

R = 47.4%
G = 50.6%
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

#EDFD0A (or 0xEDFD0A) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 0A. RGB value is (237,253,10). Sum of RGB (Red+Green+Blue) = 237+253+10=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 10 (4.30% from 255 or 2% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD0A is #1202F5. Grayscale: #DDDDDD. Windows color (decimal): -1180406 or 720365. OLE color: 720365.

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

Color convert

RGB 237 253 10 -
CMYK 0.06 0 0.96 0.01
HSL 63.95º 0.98% 0.52% -
HSV(B) 63.95º 0.96% 0.99% -
XYZ 70.11 88.28 13.63 -
YUV 220.51 9.2 139.76 -
System Red Green Blue C M Y K H S L
Decimal 237 253 10 0.06 0 0.96 0.01 63.95 0.98 0.52
Hex ED FD A 6 0 60 1 40 62 34
Octal 355 375 12 6 0 140 1 100 142 64
Binary 11101101 11111101 1010 110 0 1100000 1 1000000 1100010 110100

Color Harmonies of #EDFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD0A

Black with #EDFD0A

Text Example


Text Example

White with #EDFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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