Shades of Chartreuse Yellow #DAF712
Tints of Chartreuse Yellow #DAF712
RGB
CMYK
RGB Variations
Color information
#DAF712 (or 0xDAF712) is known color: Chartreuse Yellow. HEX triplet: DA, F7 and 12. RGB value is (218,247,18). Sum of RGB (Red+Green+Blue) = 218+247+18=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF712 is #2508ED. Grayscale: #D5D5D5. Windows color (decimal): -2427118 or 1243098. OLE color: 1243098.
HSL color Cylindrical-coordinate representation of color #DAF712: hue angle of 67.6º degrees, saturation: 0.93, 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 #DAF712 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 18 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.03 |
| HSL | 67.6º | 0.93% | 0.52% | - |
| HSV(B) | 67.6º | 0.93% | 0.97% | - |
| XYZ | 62.28 | 81.47 | 13.01 | - |
| YUV | 212.22 | 18.39 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 18 | 0.12 | 0 | 0.93 | 0.03 | 67.6 | 0.93 | 0.52 |
| Hex | DA | F7 | 12 | C | 0 | 5D | 3 | 44 | 5D | 34 |
| Octal | 332 | 367 | 22 | 14 | 0 | 135 | 3 | 104 | 135 | 64 |
| Binary | 11011010 | 11110111 | 10010 | 1100 | 0 | 1011101 | 11 | 1000100 | 1011101 | 110100 |
Color Harmonies of #DAF712
Complementary color
Monochromatic Colors of #DAF712
Black with #DAF712
Text Example
Text Example
White with #DAF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF712; }
p { color: rgb(218,247,18); }
H1.HeaderClassName
{
color: #DAF712;
}
.AnyTagClassName
{
color: #DAF712;
}
</style>
background-color css
<style>
a { background-color: #DAF712; }
a { background-color: rgb(218,247,18); }
div.DivClassName
{
background-color: #DAF712;
}
.BgClassName
{
background-color: #DAF712;
}
</style>
border-color css
<style>
span { border-color: #DAF712; }
span { border-color: rgb(218,247,18); }
td.TdClassName
{
border-color: #DAF712;
}
.TagClassName
{
border-color: #DAF712;
}
</style>