Shades of Chartreuse Yellow #DAFA12
Tints of Chartreuse Yellow #DAFA12
RGB
CMYK
RGB Variations
Color information
#DAFA12 (or 0xDAFA12) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 12. RGB value is (218,250,18). Sum of RGB (Red+Green+Blue) = 218+250+18=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA12 is #2505ED. Grayscale: #D6D6D6. Windows color (decimal): -2426350 or 1243866. OLE color: 1243866.
HSL color Cylindrical-coordinate representation of color #DAFA12: hue angle of 68.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAFA12 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 18 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.02 |
| HSL | 68.28º | 0.96% | 0.53% | - |
| HSV(B) | 68.28º | 0.93% | 0.98% | - |
| XYZ | 63.21 | 83.32 | 13.32 | - |
| YUV | 213.98 | 17.4 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 18 | 0.13 | 0 | 0.93 | 0.02 | 68.28 | 0.96 | 0.53 |
| Hex | DA | FA | 12 | D | 0 | 5D | 2 | 44 | 60 | 35 |
| Octal | 332 | 372 | 22 | 15 | 0 | 135 | 2 | 104 | 140 | 65 |
| Binary | 11011010 | 11111010 | 10010 | 1101 | 0 | 1011101 | 10 | 1000100 | 1100000 | 110101 |
Color Harmonies of #DAFA12
Complementary color
Monochromatic Colors of #DAFA12
Black with #DAFA12
Text Example
Text Example
White with #DAFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA12; }
p { color: rgb(218,250,18); }
H1.HeaderClassName
{
color: #DAFA12;
}
.AnyTagClassName
{
color: #DAFA12;
}
</style>
background-color css
<style>
a { background-color: #DAFA12; }
a { background-color: rgb(218,250,18); }
div.DivClassName
{
background-color: #DAFA12;
}
.BgClassName
{
background-color: #DAFA12;
}
</style>
border-color css
<style>
span { border-color: #DAFA12; }
span { border-color: rgb(218,250,18); }
td.TdClassName
{
border-color: #DAFA12;
}
.TagClassName
{
border-color: #DAFA12;
}
</style>