Shades of Chartreuse Yellow #D6FF13
Tints of Chartreuse Yellow #D6FF13
RGB
CMYK
RGB Variations
Color information
#D6FF13 (or 0xD6FF13) is known color: Chartreuse Yellow. HEX triplet: D6, FF and 13. RGB value is (214,255,19). Sum of RGB (Red+Green+Blue) = 214+255+19=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FF13 is #2900EC. Grayscale: #D8D8D8. Windows color (decimal): -2687213 or 1310678. OLE color: 1310678.
HSL color Cylindrical-coordinate representation of color #D6FF13: hue angle of 70.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6FF13 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 19 | - |
| CMYK | 0.16 | 0 | 0.93 | 0 |
| HSL | 70.42º | 1% | 0.54% | - |
| HSV(B) | 70.42º | 0.93% | 1% | - |
| XYZ | 63.61 | 85.86 | 13.84 | - |
| YUV | 215.84 | 16.92 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 19 | 0.16 | 0 | 0.93 | 0 | 70.42 | 1 | 0.54 |
| Hex | D6 | FF | 13 | 10 | 0 | 5D | 0 | 46 | 64 | 36 |
| Octal | 326 | 377 | 23 | 20 | 0 | 135 | 0 | 106 | 144 | 66 |
| Binary | 11010110 | 11111111 | 10011 | 10000 | 0 | 1011101 | 0 | 1000110 | 1100100 | 110110 |
Color Harmonies of #D6FF13
Complementary color
Monochromatic Colors of #D6FF13
Black with #D6FF13
Text Example
Text Example
White with #D6FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF13; }
p { color: rgb(214,255,19); }
H1.HeaderClassName
{
color: #D6FF13;
}
.AnyTagClassName
{
color: #D6FF13;
}
</style>
background-color css
<style>
a { background-color: #D6FF13; }
a { background-color: rgb(214,255,19); }
div.DivClassName
{
background-color: #D6FF13;
}
.BgClassName
{
background-color: #D6FF13;
}
</style>
border-color css
<style>
span { border-color: #D6FF13; }
span { border-color: rgb(214,255,19); }
td.TdClassName
{
border-color: #D6FF13;
}
.TagClassName
{
border-color: #D6FF13;
}
</style>