Shades of Chartreuse Yellow #D6F80A
Tints of Chartreuse Yellow #D6F80A
RGB
CMYK
RGB Variations
Color information
#D6F80A (or 0xD6F80A) is known color: Chartreuse Yellow. HEX triplet: D6, F8 and 0A. RGB value is (214,248,10). Sum of RGB (Red+Green+Blue) = 214+248+10=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F80A is #2907F5. Grayscale: #D3D3D3. Windows color (decimal): -2689014 or 719062. OLE color: 719062.
HSL color Cylindrical-coordinate representation of color #D6F80A: hue angle of 68.57º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6F80A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 248 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.03 |
| HSL | 68.57º | 0.94% | 0.51% | - |
| HSV(B) | 68.57º | 0.96% | 0.97% | - |
| XYZ | 61.35 | 81.45 | 12.78 | - |
| YUV | 210.7 | 14.74 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 248 | 10 | 0.14 | 0 | 0.96 | 0.03 | 68.57 | 0.94 | 0.51 |
| Hex | D6 | F8 | A | E | 0 | 60 | 3 | 45 | 5E | 33 |
| Octal | 326 | 370 | 12 | 16 | 0 | 140 | 3 | 105 | 136 | 63 |
| Binary | 11010110 | 11111000 | 1010 | 1110 | 0 | 1100000 | 11 | 1000101 | 1011110 | 110011 |
Color Harmonies of #D6F80A
Complementary color
Monochromatic Colors of #D6F80A
Black with #D6F80A
Text Example
Text Example
White with #D6F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F80A; }
p { color: rgb(214,248,10); }
H1.HeaderClassName
{
color: #D6F80A;
}
.AnyTagClassName
{
color: #D6F80A;
}
</style>
background-color css
<style>
a { background-color: #D6F80A; }
a { background-color: rgb(214,248,10); }
div.DivClassName
{
background-color: #D6F80A;
}
.BgClassName
{
background-color: #D6F80A;
}
</style>
border-color css
<style>
span { border-color: #D6F80A; }
span { border-color: rgb(214,248,10); }
td.TdClassName
{
border-color: #D6F80A;
}
.TagClassName
{
border-color: #D6F80A;
}
</style>