Shades of Chartreuse Yellow #DAF312
Tints of Chartreuse Yellow #DAF312
RGB
CMYK
RGB Variations
Color information
#DAF312 (or 0xDAF312) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 12. RGB value is (218,243,18). Sum of RGB (Red+Green+Blue) = 218+243+18=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF312 is #250CED. Grayscale: #D2D2D2. Windows color (decimal): -2428142 or 1242074. OLE color: 1242074.
HSL color Cylindrical-coordinate representation of color #DAF312: hue angle of 66.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF312 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 18 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.05 |
| HSL | 66.67º | 0.9% | 0.51% | - |
| HSV(B) | 66.67º | 0.93% | 0.95% | - |
| XYZ | 61.07 | 79.05 | 12.61 | - |
| YUV | 209.88 | 19.72 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 18 | 0.10 | 0 | 0.93 | 0.05 | 66.67 | 0.9 | 0.51 |
| Hex | DA | F3 | 12 | A | 0 | 5D | 5 | 43 | 5A | 33 |
| Octal | 332 | 363 | 22 | 12 | 0 | 135 | 5 | 103 | 132 | 63 |
| Binary | 11011010 | 11110011 | 10010 | 1010 | 0 | 1011101 | 101 | 1000011 | 1011010 | 110011 |
Color Harmonies of #DAF312
Complementary color
Monochromatic Colors of #DAF312
Black with #DAF312
Text Example
Text Example
White with #DAF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF312; }
p { color: rgb(218,243,18); }
H1.HeaderClassName
{
color: #DAF312;
}
.AnyTagClassName
{
color: #DAF312;
}
</style>
background-color css
<style>
a { background-color: #DAF312; }
a { background-color: rgb(218,243,18); }
div.DivClassName
{
background-color: #DAF312;
}
.BgClassName
{
background-color: #DAF312;
}
</style>
border-color css
<style>
span { border-color: #DAF312; }
span { border-color: rgb(218,243,18); }
td.TdClassName
{
border-color: #DAF312;
}
.TagClassName
{
border-color: #DAF312;
}
</style>