Shades of Chartreuse Yellow #D5ED0D
Tints of Chartreuse Yellow #D5ED0D
RGB
CMYK
RGB Variations
Color information
#D5ED0D (or 0xD5ED0D) is known color: Chartreuse Yellow. HEX triplet: D5, ED and 0D. RGB value is (213,237,13). Sum of RGB (Red+Green+Blue) = 213+237+13=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5ED0D is #2A12F2. Grayscale: #CDCDCD. Windows color (decimal): -2757363 or 912853. OLE color: 912853.
HSL color Cylindrical-coordinate representation of color #D5ED0D: hue angle of 66.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5ED0D is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 13 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.07 |
| HSL | 66.43º | 0.9% | 0.49% | - |
| HSV(B) | 66.43º | 0.95% | 0.93% | - |
| XYZ | 57.8 | 74.74 | 11.76 | - |
| YUV | 204.29 | 20.05 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 13 | 0.10 | 0 | 0.95 | 0.07 | 66.43 | 0.9 | 0.49 |
| Hex | D5 | ED | D | A | 0 | 5F | 7 | 42 | 5A | 31 |
| Octal | 325 | 355 | 15 | 12 | 0 | 137 | 7 | 102 | 132 | 61 |
| Binary | 11010101 | 11101101 | 1101 | 1010 | 0 | 1011111 | 111 | 1000010 | 1011010 | 110001 |
Color Harmonies of #D5ED0D
Complementary color
Monochromatic Colors of #D5ED0D
Black with #D5ED0D
Text Example
Text Example
White with #D5ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED0D; }
p { color: rgb(213,237,13); }
H1.HeaderClassName
{
color: #D5ED0D;
}
.AnyTagClassName
{
color: #D5ED0D;
}
</style>
background-color css
<style>
a { background-color: #D5ED0D; }
a { background-color: rgb(213,237,13); }
div.DivClassName
{
background-color: #D5ED0D;
}
.BgClassName
{
background-color: #D5ED0D;
}
</style>
border-color css
<style>
span { border-color: #D5ED0D; }
span { border-color: rgb(213,237,13); }
td.TdClassName
{
border-color: #D5ED0D;
}
.TagClassName
{
border-color: #D5ED0D;
}
</style>