Shades of Chartreuse Yellow #D7F114
Tints of Chartreuse Yellow #D7F114
RGB
CMYK
RGB Variations
Color information
#D7F114 (or 0xD7F114) is known color: Chartreuse Yellow. HEX triplet: D7, F1 and 14. RGB value is (215,241,20). Sum of RGB (Red+Green+Blue) = 215+241+20=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7F114 is #280EEB. Grayscale: #D0D0D0. Windows color (decimal): -2625260 or 1372631. OLE color: 1372631.
HSL color Cylindrical-coordinate representation of color #D7F114: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7F114 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.05 |
| HSL | 67.06º | 0.89% | 0.51% | - |
| HSV(B) | 67.06º | 0.92% | 0.95% | - |
| XYZ | 59.61 | 77.41 | 12.46 | - |
| YUV | 208.03 | 21.89 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 20 | 0.11 | 0 | 0.92 | 0.05 | 67.06 | 0.89 | 0.51 |
| Hex | D7 | F1 | 14 | B | 0 | 5C | 5 | 43 | 59 | 33 |
| Octal | 327 | 361 | 24 | 13 | 0 | 134 | 5 | 103 | 131 | 63 |
| Binary | 11010111 | 11110001 | 10100 | 1011 | 0 | 1011100 | 101 | 1000011 | 1011001 | 110011 |
Color Harmonies of #D7F114
Complementary color
Monochromatic Colors of #D7F114
Black with #D7F114
Text Example
Text Example
White with #D7F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F114; }
p { color: rgb(215,241,20); }
H1.HeaderClassName
{
color: #D7F114;
}
.AnyTagClassName
{
color: #D7F114;
}
</style>
background-color css
<style>
a { background-color: #D7F114; }
a { background-color: rgb(215,241,20); }
div.DivClassName
{
background-color: #D7F114;
}
.BgClassName
{
background-color: #D7F114;
}
</style>
border-color css
<style>
span { border-color: #D7F114; }
span { border-color: rgb(215,241,20); }
td.TdClassName
{
border-color: #D7F114;
}
.TagClassName
{
border-color: #D7F114;
}
</style>