Shades of Chartreuse Yellow #DAF812
Tints of Chartreuse Yellow #DAF812
RGB
CMYK
RGB Variations
Color information
#DAF812 (or 0xDAF812) is known color: Chartreuse Yellow. HEX triplet: DA, F8 and 12. RGB value is (218,248,18). Sum of RGB (Red+Green+Blue) = 218+248+18=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF812 is #2507ED. Grayscale: #D5D5D5. Windows color (decimal): -2426862 or 1243354. OLE color: 1243354.
HSL color Cylindrical-coordinate representation of color #DAF812: hue angle of 67.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF812 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 18 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.03 |
| HSL | 67.83º | 0.94% | 0.52% | - |
| HSV(B) | 67.83º | 0.93% | 0.97% | - |
| XYZ | 62.59 | 82.08 | 13.12 | - |
| YUV | 212.81 | 18.06 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 18 | 0.12 | 0 | 0.93 | 0.03 | 67.83 | 0.94 | 0.52 |
| Hex | DA | F8 | 12 | C | 0 | 5D | 3 | 44 | 5E | 34 |
| Octal | 332 | 370 | 22 | 14 | 0 | 135 | 3 | 104 | 136 | 64 |
| Binary | 11011010 | 11111000 | 10010 | 1100 | 0 | 1011101 | 11 | 1000100 | 1011110 | 110100 |
Color Harmonies of #DAF812
Complementary color
Monochromatic Colors of #DAF812
Black with #DAF812
Text Example
Text Example
White with #DAF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF812; }
p { color: rgb(218,248,18); }
H1.HeaderClassName
{
color: #DAF812;
}
.AnyTagClassName
{
color: #DAF812;
}
</style>
background-color css
<style>
a { background-color: #DAF812; }
a { background-color: rgb(218,248,18); }
div.DivClassName
{
background-color: #DAF812;
}
.BgClassName
{
background-color: #DAF812;
}
</style>
border-color css
<style>
span { border-color: #DAF812; }
span { border-color: rgb(218,248,18); }
td.TdClassName
{
border-color: #DAF812;
}
.TagClassName
{
border-color: #DAF812;
}
</style>