Shades of Chartreuse Yellow #D6F10A
Tints of Chartreuse Yellow #D6F10A
RGB
CMYK
RGB Variations
Color information
#D6F10A (or 0xD6F10A) is known color: Chartreuse Yellow. HEX triplet: D6, F1 and 0A. RGB value is (214,241,10). Sum of RGB (Red+Green+Blue) = 214+241+10=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6F10A is #290EF5. Grayscale: #CFCFCF. Windows color (decimal): -2690806 or 717270. OLE color: 717270.
HSL color Cylindrical-coordinate representation of color #D6F10A: hue angle of 67.01º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6F10A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.05 |
| HSL | 67.01º | 0.92% | 0.49% | - |
| HSV(B) | 67.01º | 0.96% | 0.95% | - |
| XYZ | 59.24 | 77.23 | 12.07 | - |
| YUV | 206.59 | 17.05 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 10 | 0.11 | 0 | 0.96 | 0.05 | 67.01 | 0.92 | 0.49 |
| Hex | D6 | F1 | A | B | 0 | 60 | 5 | 43 | 5C | 31 |
| Octal | 326 | 361 | 12 | 13 | 0 | 140 | 5 | 103 | 134 | 61 |
| Binary | 11010110 | 11110001 | 1010 | 1011 | 0 | 1100000 | 101 | 1000011 | 1011100 | 110001 |
Color Harmonies of #D6F10A
Complementary color
Monochromatic Colors of #D6F10A
Black with #D6F10A
Text Example
Text Example
White with #D6F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F10A; }
p { color: rgb(214,241,10); }
H1.HeaderClassName
{
color: #D6F10A;
}
.AnyTagClassName
{
color: #D6F10A;
}
</style>
background-color css
<style>
a { background-color: #D6F10A; }
a { background-color: rgb(214,241,10); }
div.DivClassName
{
background-color: #D6F10A;
}
.BgClassName
{
background-color: #D6F10A;
}
</style>
border-color css
<style>
span { border-color: #D6F10A; }
span { border-color: rgb(214,241,10); }
td.TdClassName
{
border-color: #D6F10A;
}
.TagClassName
{
border-color: #D6F10A;
}
</style>