Shades of Chartreuse Yellow #DAE102
Tints of Chartreuse Yellow #DAE102
RGB
CMYK
RGB Variations
Color information
#DAE102 (or 0xDAE102) is known color: Chartreuse Yellow. HEX triplet: DA, E1 and 02. RGB value is (218,225,2). Sum of RGB (Red+Green+Blue) = 218+225+2=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE102 is #251EFD. Grayscale: #C6C6C6. Windows color (decimal): -2432766 or 188890. OLE color: 188890.
HSL color Cylindrical-coordinate representation of color #DAE102: hue angle of 61.88º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAE102 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.12 |
| HSL | 61.88º | 0.98% | 0.45% | - |
| HSV(B) | 61.88º | 0.99% | 0.88% | - |
| XYZ | 55.85 | 68.76 | 10.39 | - |
| YUV | 197.49 | 17.68 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 2 | 0.03 | 0 | 0.99 | 0.12 | 61.88 | 0.98 | 0.45 |
| Hex | DA | E1 | 2 | 3 | 0 | 63 | C | 3E | 62 | 2D |
| Octal | 332 | 341 | 2 | 3 | 0 | 143 | 14 | 76 | 142 | 55 |
| Binary | 11011010 | 11100001 | 10 | 11 | 0 | 1100011 | 1100 | 111110 | 1100010 | 101101 |
Color Harmonies of #DAE102
Complementary color
Monochromatic Colors of #DAE102
Black with #DAE102
Text Example
Text Example
White with #DAE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE102; }
p { color: rgb(218,225,2); }
H1.HeaderClassName
{
color: #DAE102;
}
.AnyTagClassName
{
color: #DAE102;
}
</style>
background-color css
<style>
a { background-color: #DAE102; }
a { background-color: rgb(218,225,2); }
div.DivClassName
{
background-color: #DAE102;
}
.BgClassName
{
background-color: #DAE102;
}
</style>
border-color css
<style>
span { border-color: #DAE102; }
span { border-color: rgb(218,225,2); }
td.TdClassName
{
border-color: #DAE102;
}
.TagClassName
{
border-color: #DAE102;
}
</style>