Shades of Chartreuse Yellow #DAF210
Tints of Chartreuse Yellow #DAF210
RGB
CMYK
RGB Variations
Color information
#DAF210 (or 0xDAF210) is known color: Chartreuse Yellow. HEX triplet: DA, F2 and 10. RGB value is (218,242,16). Sum of RGB (Red+Green+Blue) = 218+242+16=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF210 is #250DEF. Grayscale: #D1D1D1. Windows color (decimal): -2428400 or 1110746. OLE color: 1110746.
HSL color Cylindrical-coordinate representation of color #DAF210: hue angle of 66.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF210 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 16 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.05 |
| HSL | 66.37º | 0.9% | 0.51% | - |
| HSV(B) | 66.37º | 0.93% | 0.95% | - |
| XYZ | 60.76 | 78.45 | 12.43 | - |
| YUV | 209.06 | 19.05 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 16 | 0.10 | 0 | 0.93 | 0.05 | 66.37 | 0.9 | 0.51 |
| Hex | DA | F2 | 10 | A | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 332 | 362 | 20 | 12 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011010 | 11110010 | 10000 | 1010 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DAF210
Complementary color
Monochromatic Colors of #DAF210
Black with #DAF210
Text Example
Text Example
White with #DAF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF210; }
p { color: rgb(218,242,16); }
H1.HeaderClassName
{
color: #DAF210;
}
.AnyTagClassName
{
color: #DAF210;
}
</style>
background-color css
<style>
a { background-color: #DAF210; }
a { background-color: rgb(218,242,16); }
div.DivClassName
{
background-color: #DAF210;
}
.BgClassName
{
background-color: #DAF210;
}
</style>
border-color css
<style>
span { border-color: #DAF210; }
span { border-color: rgb(218,242,16); }
td.TdClassName
{
border-color: #DAF210;
}
.TagClassName
{
border-color: #DAF210;
}
</style>