Shades of Chartreuse Yellow #DAFE12
Tints of Chartreuse Yellow #DAFE12
RGB
CMYK
RGB Variations
Color information
#DAFE12 (or 0xDAFE12) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 12. RGB value is (218,254,18). Sum of RGB (Red+Green+Blue) = 218+254+18=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE12 is #2501ED. Grayscale: #D9D9D9. Windows color (decimal): -2425326 or 1244890. OLE color: 1244890.
HSL color Cylindrical-coordinate representation of color #DAFE12: hue angle of 69.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAFE12 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 18 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.00 |
| HSL | 69.15º | 0.99% | 0.53% | - |
| HSV(B) | 69.15º | 0.93% | 1% | - |
| XYZ | 64.46 | 85.83 | 13.74 | - |
| YUV | 216.33 | 16.07 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 18 | 0.14 | 0 | 0.93 | 0.00 | 69.15 | 0.99 | 0.53 |
| Hex | DA | FE | 12 | E | 0 | 5D | 0 | 45 | 63 | 35 |
| Octal | 332 | 376 | 22 | 16 | 0 | 135 | 0 | 105 | 143 | 65 |
| Binary | 11011010 | 11111110 | 10010 | 1110 | 0 | 1011101 | 0 | 1000101 | 1100011 | 110101 |
Color Harmonies of #DAFE12
Complementary color
Monochromatic Colors of #DAFE12
Black with #DAFE12
Text Example
Text Example
White with #DAFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE12; }
p { color: rgb(218,254,18); }
H1.HeaderClassName
{
color: #DAFE12;
}
.AnyTagClassName
{
color: #DAFE12;
}
</style>
background-color css
<style>
a { background-color: #DAFE12; }
a { background-color: rgb(218,254,18); }
div.DivClassName
{
background-color: #DAFE12;
}
.BgClassName
{
background-color: #DAFE12;
}
</style>
border-color css
<style>
span { border-color: #DAFE12; }
span { border-color: rgb(218,254,18); }
td.TdClassName
{
border-color: #DAFE12;
}
.TagClassName
{
border-color: #DAFE12;
}
</style>