Shades of Chartreuse Yellow #DAF502
Tints of Chartreuse Yellow #DAF502
RGB
CMYK
RGB Variations
Color information
#DAF502 (or 0xDAF502) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 02. RGB value is (218,245,2). Sum of RGB (Red+Green+Blue) = 218+245+2=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF502 is #250AFD. Grayscale: #D2D2D2. Windows color (decimal): -2427646 or 194010. OLE color: 194010.
HSL color Cylindrical-coordinate representation of color #DAF502: hue angle of 66.67º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAF502 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.04 |
| HSL | 66.67º | 0.98% | 0.48% | - |
| HSV(B) | 66.67º | 0.99% | 0.96% | - |
| XYZ | 61.58 | 80.21 | 12.29 | - |
| YUV | 209.23 | 11.05 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 2 | 0.11 | 0 | 0.99 | 0.04 | 66.67 | 0.98 | 0.48 |
| Hex | DA | F5 | 2 | B | 0 | 63 | 4 | 43 | 62 | 30 |
| Octal | 332 | 365 | 2 | 13 | 0 | 143 | 4 | 103 | 142 | 60 |
| Binary | 11011010 | 11110101 | 10 | 1011 | 0 | 1100011 | 100 | 1000011 | 1100010 | 110000 |
Color Harmonies of #DAF502
Complementary color
Monochromatic Colors of #DAF502
Black with #DAF502
Text Example
Text Example
White with #DAF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF502; }
p { color: rgb(218,245,2); }
H1.HeaderClassName
{
color: #DAF502;
}
.AnyTagClassName
{
color: #DAF502;
}
</style>
background-color css
<style>
a { background-color: #DAF502; }
a { background-color: rgb(218,245,2); }
div.DivClassName
{
background-color: #DAF502;
}
.BgClassName
{
background-color: #DAF502;
}
</style>
border-color css
<style>
span { border-color: #DAF502; }
span { border-color: rgb(218,245,2); }
td.TdClassName
{
border-color: #DAF502;
}
.TagClassName
{
border-color: #DAF502;
}
</style>