Shades of Chartreuse Yellow #DAF213
Tints of Chartreuse Yellow #DAF213
RGB
CMYK
RGB Variations
Color information
#DAF213 (or 0xDAF213) is known color: Chartreuse Yellow. HEX triplet: DA, F2 and 13. RGB value is (218,242,19). Sum of RGB (Red+Green+Blue) = 218+242+19=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF213 is #250DEC. Grayscale: #D2D2D2. Windows color (decimal): -2428397 or 1307354. OLE color: 1307354.
HSL color Cylindrical-coordinate representation of color #DAF213: hue angle of 66.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF213 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.05 |
| HSL | 66.46º | 0.9% | 0.51% | - |
| HSV(B) | 66.46º | 0.92% | 0.95% | - |
| XYZ | 60.78 | 78.46 | 12.56 | - |
| YUV | 209.4 | 20.55 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 19 | 0.10 | 0 | 0.92 | 0.05 | 66.46 | 0.9 | 0.51 |
| Hex | DA | F2 | 13 | A | 0 | 5C | 5 | 42 | 5A | 33 |
| Octal | 332 | 362 | 23 | 12 | 0 | 134 | 5 | 102 | 132 | 63 |
| Binary | 11011010 | 11110010 | 10011 | 1010 | 0 | 1011100 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DAF213
Complementary color
Monochromatic Colors of #DAF213
Black with #DAF213
Text Example
Text Example
White with #DAF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF213; }
p { color: rgb(218,242,19); }
H1.HeaderClassName
{
color: #DAF213;
}
.AnyTagClassName
{
color: #DAF213;
}
</style>
background-color css
<style>
a { background-color: #DAF213; }
a { background-color: rgb(218,242,19); }
div.DivClassName
{
background-color: #DAF213;
}
.BgClassName
{
background-color: #DAF213;
}
</style>
border-color css
<style>
span { border-color: #DAF213; }
span { border-color: rgb(218,242,19); }
td.TdClassName
{
border-color: #DAF213;
}
.TagClassName
{
border-color: #DAF213;
}
</style>