Shades of Chartreuse Yellow #DAFF20
Tints of Chartreuse Yellow #DAFF20
RGB
CMYK
RGB Variations
Color information
#DAFF20 (or 0xDAFF20) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 20. RGB value is (218,255,32). Sum of RGB (Red+Green+Blue) = 218+255+32=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF20 is #2500DF. Grayscale: #DBDBDB. Windows color (decimal): -2425056 or 2162650. OLE color: 2162650.
HSL color Cylindrical-coordinate representation of color #DAFF20: hue angle of 69.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAFF20 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0 |
| HSL | 69.96º | 1% | 0.56% | - |
| HSV(B) | 69.96º | 0.87% | 1% | - |
| XYZ | 64.93 | 86.53 | 14.65 | - |
| YUV | 218.52 | 22.74 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 32 | 0.15 | 0 | 0.87 | 0 | 69.96 | 1 | 0.56 |
| Hex | DA | FF | 20 | F | 0 | 57 | 0 | 46 | 64 | 38 |
| Octal | 332 | 377 | 40 | 17 | 0 | 127 | 0 | 106 | 144 | 70 |
| Binary | 11011010 | 11111111 | 100000 | 1111 | 0 | 1010111 | 0 | 1000110 | 1100100 | 111000 |
Color Harmonies of #DAFF20
Complementary color
Monochromatic Colors of #DAFF20
Black with #DAFF20
Text Example
Text Example
White with #DAFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF20; }
p { color: rgb(218,255,32); }
H1.HeaderClassName
{
color: #DAFF20;
}
.AnyTagClassName
{
color: #DAFF20;
}
</style>
background-color css
<style>
a { background-color: #DAFF20; }
a { background-color: rgb(218,255,32); }
div.DivClassName
{
background-color: #DAFF20;
}
.BgClassName
{
background-color: #DAFF20;
}
</style>
border-color css
<style>
span { border-color: #DAFF20; }
span { border-color: rgb(218,255,32); }
td.TdClassName
{
border-color: #DAFF20;
}
.TagClassName
{
border-color: #DAFF20;
}
</style>