Shades of Chartreuse Yellow #D5F310
Tints of Chartreuse Yellow #D5F310
RGB
CMYK
RGB Variations
Color information
#D5F310 (or 0xD5F310) is known color: Chartreuse Yellow. HEX triplet: D5, F3 and 10. RGB value is (213,243,16). Sum of RGB (Red+Green+Blue) = 213+243+16=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F310 is #2A0CEF. Grayscale: #D1D1D1. Windows color (decimal): -2755824 or 1110997. OLE color: 1110997.
HSL color Cylindrical-coordinate representation of color #D5F310: hue angle of 67.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5F310 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.05 |
| HSL | 67.93º | 0.9% | 0.51% | - |
| HSV(B) | 67.93º | 0.93% | 0.95% | - |
| XYZ | 59.58 | 78.28 | 12.46 | - |
| YUV | 208.15 | 19.56 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 16 | 0.12 | 0 | 0.93 | 0.05 | 67.93 | 0.9 | 0.51 |
| Hex | D5 | F3 | 10 | C | 0 | 5D | 5 | 44 | 5A | 33 |
| Octal | 325 | 363 | 20 | 14 | 0 | 135 | 5 | 104 | 132 | 63 |
| Binary | 11010101 | 11110011 | 10000 | 1100 | 0 | 1011101 | 101 | 1000100 | 1011010 | 110011 |
Color Harmonies of #D5F310
Complementary color
Monochromatic Colors of #D5F310
Black with #D5F310
Text Example
Text Example
White with #D5F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F310; }
p { color: rgb(213,243,16); }
H1.HeaderClassName
{
color: #D5F310;
}
.AnyTagClassName
{
color: #D5F310;
}
</style>
background-color css
<style>
a { background-color: #D5F310; }
a { background-color: rgb(213,243,16); }
div.DivClassName
{
background-color: #D5F310;
}
.BgClassName
{
background-color: #D5F310;
}
</style>
border-color css
<style>
span { border-color: #D5F310; }
span { border-color: rgb(213,243,16); }
td.TdClassName
{
border-color: #D5F310;
}
.TagClassName
{
border-color: #D5F310;
}
</style>