Shades of Chartreuse Yellow #D6FA01
Tints of Chartreuse Yellow #D6FA01
RGB
CMYK
RGB Variations
Color information
#D6FA01 (or 0xD6FA01) is known color: Chartreuse Yellow. HEX triplet: D6, FA and 01. RGB value is (214,250,1). Sum of RGB (Red+Green+Blue) = 214+250+1=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6FA01 is #2905FE. Grayscale: #D3D3D3. Windows color (decimal): -2688511 or 129750. OLE color: 129750.
HSL color Cylindrical-coordinate representation of color #D6FA01: hue angle of 68.67º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6FA01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.02 |
| HSL | 68.67º | 0.99% | 0.49% | - |
| HSV(B) | 68.67º | 1% | 0.98% | - |
| XYZ | 61.92 | 82.67 | 12.72 | - |
| YUV | 210.85 | 9.57 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 1 | 0.14 | 0 | 1.00 | 0.02 | 68.67 | 0.99 | 0.49 |
| Hex | D6 | FA | 1 | E | 0 | 64 | 2 | 45 | 63 | 31 |
| Octal | 326 | 372 | 1 | 16 | 0 | 144 | 2 | 105 | 143 | 61 |
| Binary | 11010110 | 11111010 | 1 | 1110 | 0 | 1100100 | 10 | 1000101 | 1100011 | 110001 |
Color Harmonies of #D6FA01
Complementary color
Monochromatic Colors of #D6FA01
Black with #D6FA01
Text Example
Text Example
White with #D6FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA01; }
p { color: rgb(214,250,1); }
H1.HeaderClassName
{
color: #D6FA01;
}
.AnyTagClassName
{
color: #D6FA01;
}
</style>
background-color css
<style>
a { background-color: #D6FA01; }
a { background-color: rgb(214,250,1); }
div.DivClassName
{
background-color: #D6FA01;
}
.BgClassName
{
background-color: #D6FA01;
}
</style>
border-color css
<style>
span { border-color: #D6FA01; }
span { border-color: rgb(214,250,1); }
td.TdClassName
{
border-color: #D6FA01;
}
.TagClassName
{
border-color: #D6FA01;
}
</style>