Shades of Chartreuse Yellow #DAF115
Tints of Chartreuse Yellow #DAF115
RGB
CMYK
RGB Variations
Color information
#DAF115 (or 0xDAF115) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 15. RGB value is (218,241,21). Sum of RGB (Red+Green+Blue) = 218+241+21=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF115 is #250EEA. Grayscale: #D1D1D1. Windows color (decimal): -2428651 or 1438170. OLE color: 1438170.
HSL color Cylindrical-coordinate representation of color #DAF115: hue angle of 66.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAF115 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.05 |
| HSL | 66.27º | 0.89% | 0.51% | - |
| HSV(B) | 66.27º | 0.91% | 0.95% | - |
| XYZ | 60.5 | 77.87 | 12.55 | - |
| YUV | 209.04 | 21.88 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 21 | 0.10 | 0 | 0.91 | 0.05 | 66.27 | 0.89 | 0.51 |
| Hex | DA | F1 | 15 | A | 0 | 5B | 5 | 42 | 59 | 33 |
| Octal | 332 | 361 | 25 | 12 | 0 | 133 | 5 | 102 | 131 | 63 |
| Binary | 11011010 | 11110001 | 10101 | 1010 | 0 | 1011011 | 101 | 1000010 | 1011001 | 110011 |
Color Harmonies of #DAF115
Complementary color
Monochromatic Colors of #DAF115
Black with #DAF115
Text Example
Text Example
White with #DAF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF115; }
p { color: rgb(218,241,21); }
H1.HeaderClassName
{
color: #DAF115;
}
.AnyTagClassName
{
color: #DAF115;
}
</style>
background-color css
<style>
a { background-color: #DAF115; }
a { background-color: rgb(218,241,21); }
div.DivClassName
{
background-color: #DAF115;
}
.BgClassName
{
background-color: #DAF115;
}
</style>
border-color css
<style>
span { border-color: #DAF115; }
span { border-color: rgb(218,241,21); }
td.TdClassName
{
border-color: #DAF115;
}
.TagClassName
{
border-color: #DAF115;
}
</style>