Shades of Chartreuse Yellow #DAF215
Tints of Chartreuse Yellow #DAF215
RGB
CMYK
RGB Variations
Color information
#DAF215 (or 0xDAF215) is known color: Chartreuse Yellow. HEX triplet: DA, F2 and 15. RGB value is (218,242,21). Sum of RGB (Red+Green+Blue) = 218+242+21=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF215 is #250DEA. Grayscale: #D2D2D2. Windows color (decimal): -2428395 or 1438426. OLE color: 1438426.
HSL color Cylindrical-coordinate representation of color #DAF215: hue angle of 66.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAF215 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.05 |
| HSL | 66.52º | 0.89% | 0.52% | - |
| HSV(B) | 66.52º | 0.91% | 0.95% | - |
| XYZ | 60.8 | 78.46 | 12.65 | - |
| YUV | 209.63 | 21.55 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 21 | 0.10 | 0 | 0.91 | 0.05 | 66.52 | 0.89 | 0.52 |
| Hex | DA | F2 | 15 | A | 0 | 5B | 5 | 43 | 59 | 34 |
| Octal | 332 | 362 | 25 | 12 | 0 | 133 | 5 | 103 | 131 | 64 |
| Binary | 11011010 | 11110010 | 10101 | 1010 | 0 | 1011011 | 101 | 1000011 | 1011001 | 110100 |
Color Harmonies of #DAF215
Complementary color
Monochromatic Colors of #DAF215
Black with #DAF215
Text Example
Text Example
White with #DAF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF215; }
p { color: rgb(218,242,21); }
H1.HeaderClassName
{
color: #DAF215;
}
.AnyTagClassName
{
color: #DAF215;
}
</style>
background-color css
<style>
a { background-color: #DAF215; }
a { background-color: rgb(218,242,21); }
div.DivClassName
{
background-color: #DAF215;
}
.BgClassName
{
background-color: #DAF215;
}
</style>
border-color css
<style>
span { border-color: #DAF215; }
span { border-color: rgb(218,242,21); }
td.TdClassName
{
border-color: #DAF215;
}
.TagClassName
{
border-color: #DAF215;
}
</style>