Shades of Chartreuse Yellow #D7FF14
Tints of Chartreuse Yellow #D7FF14
RGB
CMYK
RGB Variations
Color information
#D7FF14 (or 0xD7FF14) is known color: Chartreuse Yellow. HEX triplet: D7, FF and 14. RGB value is (215,255,20). Sum of RGB (Red+Green+Blue) = 215+255+20=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7FF14 is #2800EB. Grayscale: #D9D9D9. Windows color (decimal): -2621676 or 1376215. OLE color: 1376215.
HSL color Cylindrical-coordinate representation of color #D7FF14: hue angle of 70.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7FF14 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 20 | - |
| CMYK | 0.16 | 0 | 0.92 | 0 |
| HSL | 70.21º | 1% | 0.54% | - |
| HSV(B) | 70.21º | 0.92% | 1% | - |
| XYZ | 63.91 | 86.02 | 13.9 | - |
| YUV | 216.25 | 17.25 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 20 | 0.16 | 0 | 0.92 | 0 | 70.21 | 1 | 0.54 |
| Hex | D7 | FF | 14 | 10 | 0 | 5C | 0 | 46 | 64 | 36 |
| Octal | 327 | 377 | 24 | 20 | 0 | 134 | 0 | 106 | 144 | 66 |
| Binary | 11010111 | 11111111 | 10100 | 10000 | 0 | 1011100 | 0 | 1000110 | 1100100 | 110110 |
Color Harmonies of #D7FF14
Complementary color
Monochromatic Colors of #D7FF14
Black with #D7FF14
Text Example
Text Example
White with #D7FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF14; }
p { color: rgb(215,255,20); }
H1.HeaderClassName
{
color: #D7FF14;
}
.AnyTagClassName
{
color: #D7FF14;
}
</style>
background-color css
<style>
a { background-color: #D7FF14; }
a { background-color: rgb(215,255,20); }
div.DivClassName
{
background-color: #D7FF14;
}
.BgClassName
{
background-color: #D7FF14;
}
</style>
border-color css
<style>
span { border-color: #D7FF14; }
span { border-color: rgb(215,255,20); }
td.TdClassName
{
border-color: #D7FF14;
}
.TagClassName
{
border-color: #D7FF14;
}
</style>