Html Css Color HEX #D5ED0A Chartreuse Yellow

📋 copy color: '#D5ED0A'

red 213 ◦ green 237 ◦ blue 10

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

Shades of Chartreuse Yellow #D5ED0A

Tints of Chartreuse Yellow #D5ED0A

RGB

 RED value IS 213 (83.59% from 255) = 46.3%

 GREEN value IS 237 (92.97% from 255) = 51.52%

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

R = 46.3%
G = 51.52%
B = 2.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#D5ED0A (or 0xD5ED0A) is known color: Chartreuse Yellow. HEX triplet: D5, ED and 0A. RGB value is (213,237,10). Sum of RGB (Red+Green+Blue) = 213+237+10=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5ED0A is #2A12F5. Grayscale: #CCCCCC. Windows color (decimal): -2757366 or 716245. OLE color: 716245.

HSL color Cylindrical-coordinate representation of color #D5ED0A: hue angle of 66.34º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5ED0A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 10 -
CMYK 0.10 0 0.96 0.07
HSL 66.34º 0.92% 0.48% -
HSV(B) 66.34º 0.96% 0.93% -
XYZ 57.78 74.74 11.67 -
YUV 203.95 18.55 134.46 -
System Red Green Blue C M Y K H S L
Decimal 213 237 10 0.10 0 0.96 0.07 66.34 0.92 0.48
Hex D5 ED A A 0 60 7 42 5C 30
Octal 325 355 12 12 0 140 7 102 134 60
Binary 11010101 11101101 1010 1010 0 1100000 111 1000010 1011100 110000

Color Harmonies of #D5ED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED0A

Black with #D5ED0A

Text Example


Text Example

White with #D5ED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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