Shades of Chartreuse Yellow #DAF012
Tints of Chartreuse Yellow #DAF012
RGB
CMYK
RGB Variations
Color information
#DAF012 (or 0xDAF012) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 12. RGB value is (218,240,18). Sum of RGB (Red+Green+Blue) = 218+240+18=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 18 (7.42% from 255 or 3.78% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF012 is #250FED. Grayscale: #D0D0D0. Windows color (decimal): -2428910 or 1241306. OLE color: 1241306.
HSL color Cylindrical-coordinate representation of color #DAF012: hue angle of 65.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF012 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.06 |
| HSL | 65.95º | 0.88% | 0.51% | - |
| HSV(B) | 65.95º | 0.93% | 0.94% | - |
| XYZ | 60.18 | 77.27 | 12.31 | - |
| YUV | 208.11 | 20.71 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 18 | 0.09 | 0 | 0.92 | 0.06 | 65.95 | 0.88 | 0.51 |
| Hex | DA | F0 | 12 | 9 | 0 | 5C | 6 | 42 | 58 | 33 |
| Octal | 332 | 360 | 22 | 11 | 0 | 134 | 6 | 102 | 130 | 63 |
| Binary | 11011010 | 11110000 | 10010 | 1001 | 0 | 1011100 | 110 | 1000010 | 1011000 | 110011 |
Color Harmonies of #DAF012
Complementary color
Monochromatic Colors of #DAF012
Black with #DAF012
Text Example
Text Example
White with #DAF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF012; }
p { color: rgb(218,240,18); }
H1.HeaderClassName
{
color: #DAF012;
}
.AnyTagClassName
{
color: #DAF012;
}
</style>
background-color css
<style>
a { background-color: #DAF012; }
a { background-color: rgb(218,240,18); }
div.DivClassName
{
background-color: #DAF012;
}
.BgClassName
{
background-color: #DAF012;
}
</style>
border-color css
<style>
span { border-color: #DAF012; }
span { border-color: rgb(218,240,18); }
td.TdClassName
{
border-color: #DAF012;
}
.TagClassName
{
border-color: #DAF012;
}
</style>