Shades of Chartreuse Yellow #D6E100
Tints of Chartreuse Yellow #D6E100
RGB
CMYK
RGB Variations
Color information
#D6E100 (or 0xD6E100) is known color: Chartreuse Yellow. HEX triplet: D6, E1 and 00. RGB value is (214,225,0). Sum of RGB (Red+Green+Blue) = 214+225+0=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E100 is #291EFF. Grayscale: #C4C4C4. Windows color (decimal): -2694912 or 57814. OLE color: 57814.
HSL color Cylindrical-coordinate representation of color #D6E100: hue angle of 62.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6E100 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.12 |
| HSL | 62.93º | 1% | 0.44% | - |
| HSV(B) | 62.93º | 1% | 0.88% | - |
| XYZ | 54.66 | 68.15 | 10.27 | - |
| YUV | 196.06 | 17.36 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 0 | 0.05 | 0 | 1 | 0.12 | 62.93 | 1 | 0.44 |
| Hex | D6 | E1 | 0 | 5 | 0 | 64 | C | 3F | 64 | 2C |
| Octal | 326 | 341 | 0 | 5 | 0 | 144 | 14 | 77 | 144 | 54 |
| Binary | 11010110 | 11100001 | 0 | 101 | 0 | 1100100 | 1100 | 111111 | 1100100 | 101100 |
Color Harmonies of #D6E100
Complementary color
Monochromatic Colors of #D6E100
Black with #D6E100
Text Example
Text Example
White with #D6E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E100; }
p { color: rgb(214,225,0); }
H1.HeaderClassName
{
color: #D6E100;
}
.AnyTagClassName
{
color: #D6E100;
}
</style>
background-color css
<style>
a { background-color: #D6E100; }
a { background-color: rgb(214,225,0); }
div.DivClassName
{
background-color: #D6E100;
}
.BgClassName
{
background-color: #D6E100;
}
</style>
border-color css
<style>
span { border-color: #D6E100; }
span { border-color: rgb(214,225,0); }
td.TdClassName
{
border-color: #D6E100;
}
.TagClassName
{
border-color: #D6E100;
}
</style>