Shades of Chartreuse Yellow #D6F412
Tints of Chartreuse Yellow #D6F412
RGB
CMYK
RGB Variations
Color information
#D6F412 (or 0xD6F412) is known color: Chartreuse Yellow. HEX triplet: D6, F4 and 12. RGB value is (214,244,18). Sum of RGB (Red+Green+Blue) = 214+244+18=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F412 is #290BED. Grayscale: #D2D2D2. Windows color (decimal): -2690030 or 1242326. OLE color: 1242326.
HSL color Cylindrical-coordinate representation of color #D6F412: hue angle of 67.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6F412 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 18 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.04 |
| HSL | 67.96º | 0.91% | 0.51% | - |
| HSV(B) | 67.96º | 0.93% | 0.96% | - |
| XYZ | 60.19 | 79.04 | 12.66 | - |
| YUV | 209.27 | 20.06 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 18 | 0.12 | 0 | 0.93 | 0.04 | 67.96 | 0.91 | 0.51 |
| Hex | D6 | F4 | 12 | C | 0 | 5D | 4 | 44 | 5B | 33 |
| Octal | 326 | 364 | 22 | 14 | 0 | 135 | 4 | 104 | 133 | 63 |
| Binary | 11010110 | 11110100 | 10010 | 1100 | 0 | 1011101 | 100 | 1000100 | 1011011 | 110011 |
Color Harmonies of #D6F412
Complementary color
Monochromatic Colors of #D6F412
Black with #D6F412
Text Example
Text Example
White with #D6F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F412; }
p { color: rgb(214,244,18); }
H1.HeaderClassName
{
color: #D6F412;
}
.AnyTagClassName
{
color: #D6F412;
}
</style>
background-color css
<style>
a { background-color: #D6F412; }
a { background-color: rgb(214,244,18); }
div.DivClassName
{
background-color: #D6F412;
}
.BgClassName
{
background-color: #D6F412;
}
</style>
border-color css
<style>
span { border-color: #D6F412; }
span { border-color: rgb(214,244,18); }
td.TdClassName
{
border-color: #D6F412;
}
.TagClassName
{
border-color: #D6F412;
}
</style>