Shades of Chartreuse Yellow #D6FF0D
Tints of Chartreuse Yellow #D6FF0D
RGB
CMYK
RGB Variations
Color information
#D6FF0D (or 0xD6FF0D) is known color: Chartreuse Yellow. HEX triplet: D6, FF and 0D. RGB value is (214,255,13). Sum of RGB (Red+Green+Blue) = 214+255+13=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FF0D is #2900F2. Grayscale: #D8D8D8. Windows color (decimal): -2687219 or 917462. OLE color: 917462.
HSL color Cylindrical-coordinate representation of color #D6FF0D: hue angle of 70.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6FF0D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 13 | - |
| CMYK | 0.16 | 0 | 0.95 | 0 |
| HSL | 70.17º | 1% | 0.53% | - |
| HSV(B) | 70.17º | 0.95% | 1% | - |
| XYZ | 63.56 | 85.85 | 13.6 | - |
| YUV | 215.15 | 13.92 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 13 | 0.16 | 0 | 0.95 | 0 | 70.17 | 1 | 0.53 |
| Hex | D6 | FF | D | 10 | 0 | 5F | 0 | 46 | 64 | 35 |
| Octal | 326 | 377 | 15 | 20 | 0 | 137 | 0 | 106 | 144 | 65 |
| Binary | 11010110 | 11111111 | 1101 | 10000 | 0 | 1011111 | 0 | 1000110 | 1100100 | 110101 |
Color Harmonies of #D6FF0D
Complementary color
Monochromatic Colors of #D6FF0D
Black with #D6FF0D
Text Example
Text Example
White with #D6FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF0D; }
p { color: rgb(214,255,13); }
H1.HeaderClassName
{
color: #D6FF0D;
}
.AnyTagClassName
{
color: #D6FF0D;
}
</style>
background-color css
<style>
a { background-color: #D6FF0D; }
a { background-color: rgb(214,255,13); }
div.DivClassName
{
background-color: #D6FF0D;
}
.BgClassName
{
background-color: #D6FF0D;
}
</style>
border-color css
<style>
span { border-color: #D6FF0D; }
span { border-color: rgb(214,255,13); }
td.TdClassName
{
border-color: #D6FF0D;
}
.TagClassName
{
border-color: #D6FF0D;
}
</style>