Shades of Chartreuse Yellow #DAF612
Tints of Chartreuse Yellow #DAF612
RGB
CMYK
RGB Variations
Color information
#DAF612 (or 0xDAF612) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 12. RGB value is (218,246,18). Sum of RGB (Red+Green+Blue) = 218+246+18=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF612 is #2509ED. Grayscale: #D4D4D4. Windows color (decimal): -2427374 or 1242842. OLE color: 1242842.
HSL color Cylindrical-coordinate representation of color #DAF612: hue angle of 67.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF612 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 18 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.04 |
| HSL | 67.37º | 0.93% | 0.52% | - |
| HSV(B) | 67.37º | 0.93% | 0.96% | - |
| XYZ | 61.98 | 80.86 | 12.91 | - |
| YUV | 211.64 | 18.72 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 18 | 0.11 | 0 | 0.93 | 0.04 | 67.37 | 0.93 | 0.52 |
| Hex | DA | F6 | 12 | B | 0 | 5D | 4 | 43 | 5D | 34 |
| Octal | 332 | 366 | 22 | 13 | 0 | 135 | 4 | 103 | 135 | 64 |
| Binary | 11011010 | 11110110 | 10010 | 1011 | 0 | 1011101 | 100 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DAF612
Complementary color
Monochromatic Colors of #DAF612
Black with #DAF612
Text Example
Text Example
White with #DAF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF612; }
p { color: rgb(218,246,18); }
H1.HeaderClassName
{
color: #DAF612;
}
.AnyTagClassName
{
color: #DAF612;
}
</style>
background-color css
<style>
a { background-color: #DAF612; }
a { background-color: rgb(218,246,18); }
div.DivClassName
{
background-color: #DAF612;
}
.BgClassName
{
background-color: #DAF612;
}
</style>
border-color css
<style>
span { border-color: #DAF612; }
span { border-color: rgb(218,246,18); }
td.TdClassName
{
border-color: #DAF612;
}
.TagClassName
{
border-color: #DAF612;
}
</style>