Shades of Chartreuse Yellow #DAF70C
Tints of Chartreuse Yellow #DAF70C
RGB
CMYK
RGB Variations
Color information
#DAF70C (or 0xDAF70C) is known color: Chartreuse Yellow. HEX triplet: DA, F7 and 0C. RGB value is (218,247,12). Sum of RGB (Red+Green+Blue) = 218+247+12=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF70C is #2508F3. Grayscale: #D4D4D4. Windows color (decimal): -2427124 or 849882. OLE color: 849882.
HSL color Cylindrical-coordinate representation of color #DAF70C: hue angle of 67.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF70C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.03 |
| HSL | 67.4º | 0.94% | 0.51% | - |
| HSV(B) | 67.4º | 0.95% | 0.97% | - |
| XYZ | 62.24 | 81.45 | 12.79 | - |
| YUV | 211.54 | 15.39 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 12 | 0.12 | 0 | 0.95 | 0.03 | 67.4 | 0.94 | 0.51 |
| Hex | DA | F7 | C | C | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 332 | 367 | 14 | 14 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011010 | 11110111 | 1100 | 1100 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DAF70C
Complementary color
Monochromatic Colors of #DAF70C
Black with #DAF70C
Text Example
Text Example
White with #DAF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF70C; }
p { color: rgb(218,247,12); }
H1.HeaderClassName
{
color: #DAF70C;
}
.AnyTagClassName
{
color: #DAF70C;
}
</style>
background-color css
<style>
a { background-color: #DAF70C; }
a { background-color: rgb(218,247,12); }
div.DivClassName
{
background-color: #DAF70C;
}
.BgClassName
{
background-color: #DAF70C;
}
</style>
border-color css
<style>
span { border-color: #DAF70C; }
span { border-color: rgb(218,247,12); }
td.TdClassName
{
border-color: #DAF70C;
}
.TagClassName
{
border-color: #DAF70C;
}
</style>