Shades of Chartreuse Yellow #DFF201
Tints of Chartreuse Yellow #DFF201
RGB
CMYK
RGB Variations
Color information
#DFF201 (or 0xDFF201) is known color: Chartreuse Yellow. HEX triplet: DF, F2 and 01. RGB value is (223,242,1). Sum of RGB (Red+Green+Blue) = 223+242+1=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFF201 is #200DFE. Grayscale: #D1D1D1. Windows color (decimal): -2100735 or 127711. OLE color: 127711.
HSL color Cylindrical-coordinate representation of color #DFF201: hue angle of 64.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFF201 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.05 |
| HSL | 64.73º | 0.99% | 0.48% | - |
| HSV(B) | 64.73º | 1% | 0.95% | - |
| XYZ | 62.19 | 79.19 | 12.04 | - |
| YUV | 208.85 | 10.71 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 1 | 0.08 | 0 | 1.00 | 0.05 | 64.73 | 0.99 | 0.48 |
| Hex | DF | F2 | 1 | 8 | 0 | 64 | 5 | 41 | 63 | 30 |
| Octal | 337 | 362 | 1 | 10 | 0 | 144 | 5 | 101 | 143 | 60 |
| Binary | 11011111 | 11110010 | 1 | 1000 | 0 | 1100100 | 101 | 1000001 | 1100011 | 110000 |
Color Harmonies of #DFF201
Complementary color
Monochromatic Colors of #DFF201
Black with #DFF201
Text Example
Text Example
White with #DFF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF201; }
p { color: rgb(223,242,1); }
H1.HeaderClassName
{
color: #DFF201;
}
.AnyTagClassName
{
color: #DFF201;
}
</style>
background-color css
<style>
a { background-color: #DFF201; }
a { background-color: rgb(223,242,1); }
div.DivClassName
{
background-color: #DFF201;
}
.BgClassName
{
background-color: #DFF201;
}
</style>
border-color css
<style>
span { border-color: #DFF201; }
span { border-color: rgb(223,242,1); }
td.TdClassName
{
border-color: #DFF201;
}
.TagClassName
{
border-color: #DFF201;
}
</style>