Shades of Chartreuse Yellow #DFF212
Tints of Chartreuse Yellow #DFF212
RGB
CMYK
RGB Variations
Color information
#DFF212 (or 0xDFF212) is known color: Chartreuse Yellow. HEX triplet: DF, F2 and 12. RGB value is (223,242,18). Sum of RGB (Red+Green+Blue) = 223+242+18=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFF212 is #200DED. Grayscale: #D3D3D3. Windows color (decimal): -2100718 or 1241823. OLE color: 1241823.
HSL color Cylindrical-coordinate representation of color #DFF212: hue angle of 65.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFF212 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 18 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.05 |
| HSL | 65.09º | 0.9% | 0.51% | - |
| HSV(B) | 65.09º | 0.93% | 0.95% | - |
| XYZ | 62.29 | 79.24 | 12.58 | - |
| YUV | 210.78 | 19.21 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 18 | 0.08 | 0 | 0.93 | 0.05 | 65.09 | 0.9 | 0.51 |
| Hex | DF | F2 | 12 | 8 | 0 | 5D | 5 | 41 | 5A | 33 |
| Octal | 337 | 362 | 22 | 10 | 0 | 135 | 5 | 101 | 132 | 63 |
| Binary | 11011111 | 11110010 | 10010 | 1000 | 0 | 1011101 | 101 | 1000001 | 1011010 | 110011 |
Color Harmonies of #DFF212
Complementary color
Monochromatic Colors of #DFF212
Black with #DFF212
Text Example
Text Example
White with #DFF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF212; }
p { color: rgb(223,242,18); }
H1.HeaderClassName
{
color: #DFF212;
}
.AnyTagClassName
{
color: #DFF212;
}
</style>
background-color css
<style>
a { background-color: #DFF212; }
a { background-color: rgb(223,242,18); }
div.DivClassName
{
background-color: #DFF212;
}
.BgClassName
{
background-color: #DFF212;
}
</style>
border-color css
<style>
span { border-color: #DFF212; }
span { border-color: rgb(223,242,18); }
td.TdClassName
{
border-color: #DFF212;
}
.TagClassName
{
border-color: #DFF212;
}
</style>