Shades of Chartreuse Yellow #DAE702
Tints of Chartreuse Yellow #DAE702
RGB
CMYK
RGB Variations
Color information
#DAE702 (or 0xDAE702) is known color: Chartreuse Yellow. HEX triplet: DA, E7 and 02. RGB value is (218,231,2). Sum of RGB (Red+Green+Blue) = 218+231+2=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE702 is #2518FD. Grayscale: #C9C9C9. Windows color (decimal): -2431230 or 190426. OLE color: 190426.
HSL color Cylindrical-coordinate representation of color #DAE702: hue angle of 63.41º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAE702 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.09 |
| HSL | 63.41º | 0.98% | 0.46% | - |
| HSV(B) | 63.41º | 0.99% | 0.91% | - |
| XYZ | 57.5 | 72.06 | 10.94 | - |
| YUV | 201.01 | 15.69 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 2 | 0.06 | 0 | 0.99 | 0.09 | 63.41 | 0.98 | 0.46 |
| Hex | DA | E7 | 2 | 6 | 0 | 63 | 9 | 3F | 62 | 2E |
| Octal | 332 | 347 | 2 | 6 | 0 | 143 | 11 | 77 | 142 | 56 |
| Binary | 11011010 | 11100111 | 10 | 110 | 0 | 1100011 | 1001 | 111111 | 1100010 | 101110 |
Color Harmonies of #DAE702
Complementary color
Monochromatic Colors of #DAE702
Black with #DAE702
Text Example
Text Example
White with #DAE702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE702; }
p { color: rgb(218,231,2); }
H1.HeaderClassName
{
color: #DAE702;
}
.AnyTagClassName
{
color: #DAE702;
}
</style>
background-color css
<style>
a { background-color: #DAE702; }
a { background-color: rgb(218,231,2); }
div.DivClassName
{
background-color: #DAE702;
}
.BgClassName
{
background-color: #DAE702;
}
</style>
border-color css
<style>
span { border-color: #DAE702; }
span { border-color: rgb(218,231,2); }
td.TdClassName
{
border-color: #DAE702;
}
.TagClassName
{
border-color: #DAE702;
}
</style>