Shades of Chartreuse Yellow #DAE60C
Tints of Chartreuse Yellow #DAE60C
RGB
CMYK
RGB Variations
Color information
#DAE60C (or 0xDAE60C) is known color: Chartreuse Yellow. HEX triplet: DA, E6 and 0C. RGB value is (218,230,12). Sum of RGB (Red+Green+Blue) = 218+230+12=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE60C is #2519F3. Grayscale: #CACACA. Windows color (decimal): -2431476 or 845530. OLE color: 845530.
HSL color Cylindrical-coordinate representation of color #DAE60C: hue angle of 63.3º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAE60C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.10 |
| HSL | 63.3º | 0.9% | 0.47% | - |
| HSV(B) | 63.3º | 0.95% | 0.9% | - |
| XYZ | 57.28 | 71.53 | 11.13 | - |
| YUV | 201.56 | 21.02 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 12 | 0.05 | 0 | 0.95 | 0.10 | 63.3 | 0.9 | 0.47 |
| Hex | DA | E6 | C | 5 | 0 | 5F | A | 3F | 5A | 2F |
| Octal | 332 | 346 | 14 | 5 | 0 | 137 | 12 | 77 | 132 | 57 |
| Binary | 11011010 | 11100110 | 1100 | 101 | 0 | 1011111 | 1010 | 111111 | 1011010 | 101111 |
Color Harmonies of #DAE60C
Complementary color
Monochromatic Colors of #DAE60C
Black with #DAE60C
Text Example
Text Example
White with #DAE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE60C; }
p { color: rgb(218,230,12); }
H1.HeaderClassName
{
color: #DAE60C;
}
.AnyTagClassName
{
color: #DAE60C;
}
</style>
background-color css
<style>
a { background-color: #DAE60C; }
a { background-color: rgb(218,230,12); }
div.DivClassName
{
background-color: #DAE60C;
}
.BgClassName
{
background-color: #DAE60C;
}
</style>
border-color css
<style>
span { border-color: #DAE60C; }
span { border-color: rgb(218,230,12); }
td.TdClassName
{
border-color: #DAE60C;
}
.TagClassName
{
border-color: #DAE60C;
}
</style>