Shades of Chartreuse Yellow #D6F114
Tints of Chartreuse Yellow #D6F114
RGB
CMYK
RGB Variations
Color information
#D6F114 (or 0xD6F114) is known color: Chartreuse Yellow. HEX triplet: D6, F1 and 14. RGB value is (214,241,20). Sum of RGB (Red+Green+Blue) = 214+241+20=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F114 is #290EEB. Grayscale: #D0D0D0. Windows color (decimal): -2690796 or 1372630. OLE color: 1372630.
HSL color Cylindrical-coordinate representation of color #D6F114: hue angle of 67.33º 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 #D6F114 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.05 |
| HSL | 67.33º | 0.89% | 0.51% | - |
| HSV(B) | 67.33º | 0.92% | 0.95% | - |
| XYZ | 59.31 | 77.26 | 12.45 | - |
| YUV | 207.73 | 22.05 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 20 | 0.11 | 0 | 0.92 | 0.05 | 67.33 | 0.89 | 0.51 |
| Hex | D6 | F1 | 14 | B | 0 | 5C | 5 | 43 | 59 | 33 |
| Octal | 326 | 361 | 24 | 13 | 0 | 134 | 5 | 103 | 131 | 63 |
| Binary | 11010110 | 11110001 | 10100 | 1011 | 0 | 1011100 | 101 | 1000011 | 1011001 | 110011 |
Color Harmonies of #D6F114
Complementary color
Monochromatic Colors of #D6F114
Black with #D6F114
Text Example
Text Example
White with #D6F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F114; }
p { color: rgb(214,241,20); }
H1.HeaderClassName
{
color: #D6F114;
}
.AnyTagClassName
{
color: #D6F114;
}
</style>
background-color css
<style>
a { background-color: #D6F114; }
a { background-color: rgb(214,241,20); }
div.DivClassName
{
background-color: #D6F114;
}
.BgClassName
{
background-color: #D6F114;
}
</style>
border-color css
<style>
span { border-color: #D6F114; }
span { border-color: rgb(214,241,20); }
td.TdClassName
{
border-color: #D6F114;
}
.TagClassName
{
border-color: #D6F114;
}
</style>