Shades of Chartreuse Yellow #DAFE0B
Tints of Chartreuse Yellow #DAFE0B
RGB
CMYK
RGB Variations
Color information
#DAFE0B (or 0xDAFE0B) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 0B. RGB value is (218,254,11). Sum of RGB (Red+Green+Blue) = 218+254+11=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE0B is #2501F4. Grayscale: #D8D8D8. Windows color (decimal): -2425333 or 786138. OLE color: 786138.
HSL color Cylindrical-coordinate representation of color #DAFE0B: hue angle of 68.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAFE0B is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 11 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.00 |
| HSL | 68.89º | 0.99% | 0.52% | - |
| HSV(B) | 68.89º | 0.96% | 1% | - |
| XYZ | 64.42 | 85.81 | 13.49 | - |
| YUV | 215.53 | 12.57 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 11 | 0.14 | 0 | 0.96 | 0.00 | 68.89 | 0.99 | 0.52 |
| Hex | DA | FE | B | E | 0 | 60 | 0 | 45 | 63 | 34 |
| Octal | 332 | 376 | 13 | 16 | 0 | 140 | 0 | 105 | 143 | 64 |
| Binary | 11011010 | 11111110 | 1011 | 1110 | 0 | 1100000 | 0 | 1000101 | 1100011 | 110100 |
Color Harmonies of #DAFE0B
Complementary color
Monochromatic Colors of #DAFE0B
Black with #DAFE0B
Text Example
Text Example
White with #DAFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE0B; }
p { color: rgb(218,254,11); }
H1.HeaderClassName
{
color: #DAFE0B;
}
.AnyTagClassName
{
color: #DAFE0B;
}
</style>
background-color css
<style>
a { background-color: #DAFE0B; }
a { background-color: rgb(218,254,11); }
div.DivClassName
{
background-color: #DAFE0B;
}
.BgClassName
{
background-color: #DAFE0B;
}
</style>
border-color css
<style>
span { border-color: #DAFE0B; }
span { border-color: rgb(218,254,11); }
td.TdClassName
{
border-color: #DAFE0B;
}
.TagClassName
{
border-color: #DAFE0B;
}
</style>