Shades of Chartreuse Yellow #DAFF15
Tints of Chartreuse Yellow #DAFF15
RGB
CMYK
RGB Variations
Color information
#DAFF15 (or 0xDAFF15) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 15. RGB value is (218,255,21). Sum of RGB (Red+Green+Blue) = 218+255+21=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 21 (8.59% from 255 or 4.25% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF15 is #2500EA. Grayscale: #DADADA. Windows color (decimal): -2425067 or 1441754. OLE color: 1441754.
HSL color Cylindrical-coordinate representation of color #DAFF15: hue angle of 69.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAFF15 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 21 | - |
| CMYK | 0.15 | 0 | 0.92 | 0 |
| HSL | 69.49º | 1% | 0.54% | - |
| HSV(B) | 69.49º | 0.92% | 1% | - |
| XYZ | 64.81 | 86.48 | 13.99 | - |
| YUV | 217.26 | 17.24 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 21 | 0.15 | 0 | 0.92 | 0 | 69.49 | 1 | 0.54 |
| Hex | DA | FF | 15 | F | 0 | 5C | 0 | 45 | 64 | 36 |
| Octal | 332 | 377 | 25 | 17 | 0 | 134 | 0 | 105 | 144 | 66 |
| Binary | 11011010 | 11111111 | 10101 | 1111 | 0 | 1011100 | 0 | 1000101 | 1100100 | 110110 |
Color Harmonies of #DAFF15
Complementary color
Monochromatic Colors of #DAFF15
Black with #DAFF15
Text Example
Text Example
White with #DAFF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF15; }
p { color: rgb(218,255,21); }
H1.HeaderClassName
{
color: #DAFF15;
}
.AnyTagClassName
{
color: #DAFF15;
}
</style>
background-color css
<style>
a { background-color: #DAFF15; }
a { background-color: rgb(218,255,21); }
div.DivClassName
{
background-color: #DAFF15;
}
.BgClassName
{
background-color: #DAFF15;
}
</style>
border-color css
<style>
span { border-color: #DAFF15; }
span { border-color: rgb(218,255,21); }
td.TdClassName
{
border-color: #DAFF15;
}
.TagClassName
{
border-color: #DAFF15;
}
</style>