Shades of Chartreuse Yellow #DAFF0B
Tints of Chartreuse Yellow #DAFF0B
RGB
CMYK
RGB Variations
Color information
#DAFF0B (or 0xDAFF0B) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 0B. RGB value is (218,255,11). Sum of RGB (Red+Green+Blue) = 218+255+11=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF0B is #2500F4. Grayscale: #D9D9D9. Windows color (decimal): -2425077 or 786394. OLE color: 786394.
HSL color Cylindrical-coordinate representation of color #DAFF0B: hue angle of 69.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAFF0B is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 11 | - |
| CMYK | 0.15 | 0 | 0.96 | 0 |
| HSL | 69.1º | 1% | 0.52% | - |
| HSV(B) | 69.1º | 0.96% | 1% | - |
| XYZ | 64.73 | 86.45 | 13.59 | - |
| YUV | 216.12 | 12.24 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 11 | 0.15 | 0 | 0.96 | 0 | 69.1 | 1 | 0.52 |
| Hex | DA | FF | B | F | 0 | 60 | 0 | 45 | 64 | 34 |
| Octal | 332 | 377 | 13 | 17 | 0 | 140 | 0 | 105 | 144 | 64 |
| Binary | 11011010 | 11111111 | 1011 | 1111 | 0 | 1100000 | 0 | 1000101 | 1100100 | 110100 |
Color Harmonies of #DAFF0B
Complementary color
Monochromatic Colors of #DAFF0B
Black with #DAFF0B
Text Example
Text Example
White with #DAFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF0B; }
p { color: rgb(218,255,11); }
H1.HeaderClassName
{
color: #DAFF0B;
}
.AnyTagClassName
{
color: #DAFF0B;
}
</style>
background-color css
<style>
a { background-color: #DAFF0B; }
a { background-color: rgb(218,255,11); }
div.DivClassName
{
background-color: #DAFF0B;
}
.BgClassName
{
background-color: #DAFF0B;
}
</style>
border-color css
<style>
span { border-color: #DAFF0B; }
span { border-color: rgb(218,255,11); }
td.TdClassName
{
border-color: #DAFF0B;
}
.TagClassName
{
border-color: #DAFF0B;
}
</style>