Shades of Chartreuse Yellow #DAF212
Tints of Chartreuse Yellow #DAF212
RGB
CMYK
RGB Variations
Color information
#DAF212 (or 0xDAF212) is known color: Chartreuse Yellow. HEX triplet: DA, F2 and 12. RGB value is (218,242,18). Sum of RGB (Red+Green+Blue) = 218+242+18=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF212 is #250DED. Grayscale: #D2D2D2. Windows color (decimal): -2428398 or 1241818. OLE color: 1241818.
HSL color Cylindrical-coordinate representation of color #DAF212: hue angle of 66.43º 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 #DAF212 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 18 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.05 |
| HSL | 66.43º | 0.9% | 0.51% | - |
| HSV(B) | 66.43º | 0.93% | 0.95% | - |
| XYZ | 60.77 | 78.45 | 12.51 | - |
| YUV | 209.29 | 20.05 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 18 | 0.10 | 0 | 0.93 | 0.05 | 66.43 | 0.9 | 0.51 |
| Hex | DA | F2 | 12 | A | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 332 | 362 | 22 | 12 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011010 | 11110010 | 10010 | 1010 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DAF212
Complementary color
Monochromatic Colors of #DAF212
Black with #DAF212
Text Example
Text Example
White with #DAF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF212; }
p { color: rgb(218,242,18); }
H1.HeaderClassName
{
color: #DAF212;
}
.AnyTagClassName
{
color: #DAF212;
}
</style>
background-color css
<style>
a { background-color: #DAF212; }
a { background-color: rgb(218,242,18); }
div.DivClassName
{
background-color: #DAF212;
}
.BgClassName
{
background-color: #DAF212;
}
</style>
border-color css
<style>
span { border-color: #DAF212; }
span { border-color: rgb(218,242,18); }
td.TdClassName
{
border-color: #DAF212;
}
.TagClassName
{
border-color: #DAF212;
}
</style>