Shades of Chartreuse Yellow #DAF912
Tints of Chartreuse Yellow #DAF912
RGB
CMYK
RGB Variations
Color information
#DAF912 (or 0xDAF912) is known color: Chartreuse Yellow. HEX triplet: DA, F9 and 12. RGB value is (218,249,18). Sum of RGB (Red+Green+Blue) = 218+249+18=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF912 is #2506ED. Grayscale: #D6D6D6. Windows color (decimal): -2426606 or 1243610. OLE color: 1243610.
HSL color Cylindrical-coordinate representation of color #DAF912: hue angle of 68.05º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF912 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 18 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.02 |
| HSL | 68.05º | 0.95% | 0.52% | - |
| HSV(B) | 68.05º | 0.93% | 0.98% | - |
| XYZ | 62.9 | 82.7 | 13.22 | - |
| YUV | 213.4 | 17.73 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 18 | 0.12 | 0 | 0.93 | 0.02 | 68.05 | 0.95 | 0.52 |
| Hex | DA | F9 | 12 | C | 0 | 5D | 2 | 44 | 5F | 34 |
| Octal | 332 | 371 | 22 | 14 | 0 | 135 | 2 | 104 | 137 | 64 |
| Binary | 11011010 | 11111001 | 10010 | 1100 | 0 | 1011101 | 10 | 1000100 | 1011111 | 110100 |
Color Harmonies of #DAF912
Complementary color
Monochromatic Colors of #DAF912
Black with #DAF912
Text Example
Text Example
White with #DAF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF912; }
p { color: rgb(218,249,18); }
H1.HeaderClassName
{
color: #DAF912;
}
.AnyTagClassName
{
color: #DAF912;
}
</style>
background-color css
<style>
a { background-color: #DAF912; }
a { background-color: rgb(218,249,18); }
div.DivClassName
{
background-color: #DAF912;
}
.BgClassName
{
background-color: #DAF912;
}
</style>
border-color css
<style>
span { border-color: #DAF912; }
span { border-color: rgb(218,249,18); }
td.TdClassName
{
border-color: #DAF912;
}
.TagClassName
{
border-color: #DAF912;
}
</style>