Shades of Chartreuse Yellow #DAFD0C
Tints of Chartreuse Yellow #DAFD0C
RGB
CMYK
RGB Variations
Color information
#DAFD0C (or 0xDAFD0C) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 0C. RGB value is (218,253,12). Sum of RGB (Red+Green+Blue) = 218+253+12=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFD0C is #2502F3. Grayscale: #D7D7D7. Windows color (decimal): -2425588 or 851418. OLE color: 851418.
HSL color Cylindrical-coordinate representation of color #DAFD0C: hue angle of 68.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAFD0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.01 |
| HSL | 68.71º | 0.98% | 0.52% | - |
| HSV(B) | 68.71º | 0.95% | 0.99% | - |
| XYZ | 64.11 | 85.18 | 13.41 | - |
| YUV | 215.06 | 13.4 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 12 | 0.14 | 0 | 0.95 | 0.01 | 68.71 | 0.98 | 0.52 |
| Hex | DA | FD | C | E | 0 | 5F | 1 | 45 | 62 | 34 |
| Octal | 332 | 375 | 14 | 16 | 0 | 137 | 1 | 105 | 142 | 64 |
| Binary | 11011010 | 11111101 | 1100 | 1110 | 0 | 1011111 | 1 | 1000101 | 1100010 | 110100 |
Color Harmonies of #DAFD0C
Complementary color
Monochromatic Colors of #DAFD0C
Black with #DAFD0C
Text Example
Text Example
White with #DAFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD0C; }
p { color: rgb(218,253,12); }
H1.HeaderClassName
{
color: #DAFD0C;
}
.AnyTagClassName
{
color: #DAFD0C;
}
</style>
background-color css
<style>
a { background-color: #DAFD0C; }
a { background-color: rgb(218,253,12); }
div.DivClassName
{
background-color: #DAFD0C;
}
.BgClassName
{
background-color: #DAFD0C;
}
</style>
border-color css
<style>
span { border-color: #DAFD0C; }
span { border-color: rgb(218,253,12); }
td.TdClassName
{
border-color: #DAFD0C;
}
.TagClassName
{
border-color: #DAFD0C;
}
</style>