Shades of Chartreuse Yellow #D5E103
Tints of Chartreuse Yellow #D5E103
RGB
CMYK
RGB Variations
Color information
#D5E103 (or 0xD5E103) is known color: Chartreuse Yellow. HEX triplet: D5, E1 and 03. RGB value is (213,225,3). Sum of RGB (Red+Green+Blue) = 213+225+3=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E103 is #2A1EFC. Grayscale: #C4C4C4. Windows color (decimal): -2760445 or 254421. OLE color: 254421.
HSL color Cylindrical-coordinate representation of color #D5E103: hue angle of 63.24º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5E103 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 3 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.12 |
| HSL | 63.24º | 0.97% | 0.45% | - |
| HSV(B) | 63.24º | 0.99% | 0.88% | - |
| XYZ | 54.38 | 68 | 10.35 | - |
| YUV | 196.1 | 19.02 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 3 | 0.05 | 0 | 0.99 | 0.12 | 63.24 | 0.97 | 0.45 |
| Hex | D5 | E1 | 3 | 5 | 0 | 63 | C | 3F | 61 | 2D |
| Octal | 325 | 341 | 3 | 5 | 0 | 143 | 14 | 77 | 141 | 55 |
| Binary | 11010101 | 11100001 | 11 | 101 | 0 | 1100011 | 1100 | 111111 | 1100001 | 101101 |
Color Harmonies of #D5E103
Complementary color
Monochromatic Colors of #D5E103
Black with #D5E103
Text Example
Text Example
White with #D5E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E103; }
p { color: rgb(213,225,3); }
H1.HeaderClassName
{
color: #D5E103;
}
.AnyTagClassName
{
color: #D5E103;
}
</style>
background-color css
<style>
a { background-color: #D5E103; }
a { background-color: rgb(213,225,3); }
div.DivClassName
{
background-color: #D5E103;
}
.BgClassName
{
background-color: #D5E103;
}
</style>
border-color css
<style>
span { border-color: #D5E103; }
span { border-color: rgb(213,225,3); }
td.TdClassName
{
border-color: #D5E103;
}
.TagClassName
{
border-color: #D5E103;
}
</style>