Shades of Chartreuse Yellow #DAF60C
Tints of Chartreuse Yellow #DAF60C
RGB
CMYK
RGB Variations
Color information
#DAF60C (or 0xDAF60C) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 0C. RGB value is (218,246,12). Sum of RGB (Red+Green+Blue) = 218+246+12=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 246 (96.48% from 255 or 51.68% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF60C is #2509F3. Grayscale: #D3D3D3. Windows color (decimal): -2427380 or 849626. OLE color: 849626.
HSL color Cylindrical-coordinate representation of color #DAF60C: hue angle of 67.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF60C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.04 |
| HSL | 67.18º | 0.93% | 0.51% | - |
| HSV(B) | 67.18º | 0.95% | 0.96% | - |
| XYZ | 61.94 | 80.84 | 12.69 | - |
| YUV | 210.95 | 15.72 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 12 | 0.11 | 0 | 0.95 | 0.04 | 67.18 | 0.93 | 0.51 |
| Hex | DA | F6 | C | B | 0 | 5F | 4 | 43 | 5D | 33 |
| Octal | 332 | 366 | 14 | 13 | 0 | 137 | 4 | 103 | 135 | 63 |
| Binary | 11011010 | 11110110 | 1100 | 1011 | 0 | 1011111 | 100 | 1000011 | 1011101 | 110011 |
Color Harmonies of #DAF60C
Complementary color
Monochromatic Colors of #DAF60C
Black with #DAF60C
Text Example
Text Example
White with #DAF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF60C; }
p { color: rgb(218,246,12); }
H1.HeaderClassName
{
color: #DAF60C;
}
.AnyTagClassName
{
color: #DAF60C;
}
</style>
background-color css
<style>
a { background-color: #DAF60C; }
a { background-color: rgb(218,246,12); }
div.DivClassName
{
background-color: #DAF60C;
}
.BgClassName
{
background-color: #DAF60C;
}
</style>
border-color css
<style>
span { border-color: #DAF60C; }
span { border-color: rgb(218,246,12); }
td.TdClassName
{
border-color: #DAF60C;
}
.TagClassName
{
border-color: #DAF60C;
}
</style>