Shades of Chartreuse Yellow #DAFF0C
Tints of Chartreuse Yellow #DAFF0C
RGB
CMYK
RGB Variations
Color information
#DAFF0C (or 0xDAFF0C) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 0C. RGB value is (218,255,12). Sum of RGB (Red+Green+Blue) = 218+255+12=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF0C is #2500F3. Grayscale: #D9D9D9. Windows color (decimal): -2425076 or 851930. OLE color: 851930.
HSL color Cylindrical-coordinate representation of color #DAFF0C: hue angle of 69.14º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAFF0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0 |
| HSL | 69.14º | 1% | 0.52% | - |
| HSV(B) | 69.14º | 0.95% | 1% | - |
| XYZ | 64.74 | 86.45 | 13.62 | - |
| YUV | 216.24 | 12.74 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 12 | 0.15 | 0 | 0.95 | 0 | 69.14 | 1 | 0.52 |
| Hex | DA | FF | C | F | 0 | 5F | 0 | 45 | 64 | 34 |
| Octal | 332 | 377 | 14 | 17 | 0 | 137 | 0 | 105 | 144 | 64 |
| Binary | 11011010 | 11111111 | 1100 | 1111 | 0 | 1011111 | 0 | 1000101 | 1100100 | 110100 |
Color Harmonies of #DAFF0C
Complementary color
Monochromatic Colors of #DAFF0C
Black with #DAFF0C
Text Example
Text Example
White with #DAFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF0C; }
p { color: rgb(218,255,12); }
H1.HeaderClassName
{
color: #DAFF0C;
}
.AnyTagClassName
{
color: #DAFF0C;
}
</style>
background-color css
<style>
a { background-color: #DAFF0C; }
a { background-color: rgb(218,255,12); }
div.DivClassName
{
background-color: #DAFF0C;
}
.BgClassName
{
background-color: #DAFF0C;
}
</style>
border-color css
<style>
span { border-color: #DAFF0C; }
span { border-color: rgb(218,255,12); }
td.TdClassName
{
border-color: #DAFF0C;
}
.TagClassName
{
border-color: #DAFF0C;
}
</style>