Shades of Chartreuse Yellow #DAFA0C
Tints of Chartreuse Yellow #DAFA0C
RGB
CMYK
RGB Variations
Color information
#DAFA0C (or 0xDAFA0C) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 0C. RGB value is (218,250,12). Sum of RGB (Red+Green+Blue) = 218+250+12=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA0C is #2505F3. Grayscale: #D6D6D6. Windows color (decimal): -2426356 or 850650. OLE color: 850650.
HSL color Cylindrical-coordinate representation of color #DAFA0C: hue angle of 68.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAFA0C is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 12 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.02 |
| HSL | 68.07º | 0.96% | 0.51% | - |
| HSV(B) | 68.07º | 0.95% | 0.98% | - |
| XYZ | 63.17 | 83.3 | 13.1 | - |
| YUV | 213.3 | 14.4 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 12 | 0.13 | 0 | 0.95 | 0.02 | 68.07 | 0.96 | 0.51 |
| Hex | DA | FA | C | D | 0 | 5F | 2 | 44 | 60 | 33 |
| Octal | 332 | 372 | 14 | 15 | 0 | 137 | 2 | 104 | 140 | 63 |
| Binary | 11011010 | 11111010 | 1100 | 1101 | 0 | 1011111 | 10 | 1000100 | 1100000 | 110011 |
Color Harmonies of #DAFA0C
Complementary color
Monochromatic Colors of #DAFA0C
Black with #DAFA0C
Text Example
Text Example
White with #DAFA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA0C; }
p { color: rgb(218,250,12); }
H1.HeaderClassName
{
color: #DAFA0C;
}
.AnyTagClassName
{
color: #DAFA0C;
}
</style>
background-color css
<style>
a { background-color: #DAFA0C; }
a { background-color: rgb(218,250,12); }
div.DivClassName
{
background-color: #DAFA0C;
}
.BgClassName
{
background-color: #DAFA0C;
}
</style>
border-color css
<style>
span { border-color: #DAFA0C; }
span { border-color: rgb(218,250,12); }
td.TdClassName
{
border-color: #DAFA0C;
}
.TagClassName
{
border-color: #DAFA0C;
}
</style>