Shades of Chartreuse Yellow #DAE600
Tints of Chartreuse Yellow #DAE600
RGB
CMYK
RGB Variations
Color information
#DAE600 (or 0xDAE600) is known color: Chartreuse Yellow. HEX triplet: DA, E6 and 00. RGB value is (218,230,0). Sum of RGB (Red+Green+Blue) = 218+230+0=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE600 is #2519FF. Grayscale: #C9C9C9. Windows color (decimal): -2431488 or 59098. OLE color: 59098.
HSL color Cylindrical-coordinate representation of color #DAE600: hue angle of 63.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAE600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.10 |
| HSL | 63.13º | 1% | 0.45% | - |
| HSV(B) | 63.13º | 1% | 0.9% | - |
| XYZ | 57.21 | 71.5 | 10.79 | - |
| YUV | 200.19 | 15.02 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 0 | 0.05 | 0 | 1 | 0.10 | 63.13 | 1 | 0.45 |
| Hex | DA | E6 | 0 | 5 | 0 | 64 | A | 3F | 64 | 2D |
| Octal | 332 | 346 | 0 | 5 | 0 | 144 | 12 | 77 | 144 | 55 |
| Binary | 11011010 | 11100110 | 0 | 101 | 0 | 1100100 | 1010 | 111111 | 1100100 | 101101 |
Color Harmonies of #DAE600
Complementary color
Monochromatic Colors of #DAE600
Black with #DAE600
Text Example
Text Example
White with #DAE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE600; }
p { color: rgb(218,230,0); }
H1.HeaderClassName
{
color: #DAE600;
}
.AnyTagClassName
{
color: #DAE600;
}
</style>
background-color css
<style>
a { background-color: #DAE600; }
a { background-color: rgb(218,230,0); }
div.DivClassName
{
background-color: #DAE600;
}
.BgClassName
{
background-color: #DAE600;
}
</style>
border-color css
<style>
span { border-color: #DAE600; }
span { border-color: rgb(218,230,0); }
td.TdClassName
{
border-color: #DAE600;
}
.TagClassName
{
border-color: #DAE600;
}
</style>