Shades of Chartreuse Yellow #D6FA1B
Tints of Chartreuse Yellow #D6FA1B
RGB
CMYK
RGB Variations
Color information
#D6FA1B (or 0xD6FA1B) is known color: Chartreuse Yellow. HEX triplet: D6, FA and 1B. RGB value is (214,250,27). Sum of RGB (Red+Green+Blue) = 214+250+27=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA1B is #2905E4. Grayscale: #D6D6D6. Windows color (decimal): -2688485 or 1833686. OLE color: 1833686.
HSL color Cylindrical-coordinate representation of color #D6FA1B: hue angle of 69.69º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6FA1B is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 27 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.02 |
| HSL | 69.69º | 0.96% | 0.54% | - |
| HSV(B) | 69.69º | 0.89% | 0.98% | - |
| XYZ | 62.11 | 82.75 | 13.73 | - |
| YUV | 213.81 | 22.57 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 27 | 0.14 | 0 | 0.89 | 0.02 | 69.69 | 0.96 | 0.54 |
| Hex | D6 | FA | 1B | E | 0 | 59 | 2 | 46 | 60 | 36 |
| Octal | 326 | 372 | 33 | 16 | 0 | 131 | 2 | 106 | 140 | 66 |
| Binary | 11010110 | 11111010 | 11011 | 1110 | 0 | 1011001 | 10 | 1000110 | 1100000 | 110110 |
Color Harmonies of #D6FA1B
Complementary color
Monochromatic Colors of #D6FA1B
Black with #D6FA1B
Text Example
Text Example
White with #D6FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA1B; }
p { color: rgb(214,250,27); }
H1.HeaderClassName
{
color: #D6FA1B;
}
.AnyTagClassName
{
color: #D6FA1B;
}
</style>
background-color css
<style>
a { background-color: #D6FA1B; }
a { background-color: rgb(214,250,27); }
div.DivClassName
{
background-color: #D6FA1B;
}
.BgClassName
{
background-color: #D6FA1B;
}
</style>
border-color css
<style>
span { border-color: #D6FA1B; }
span { border-color: rgb(214,250,27); }
td.TdClassName
{
border-color: #D6FA1B;
}
.TagClassName
{
border-color: #D6FA1B;
}
</style>