Shades of Chartreuse Yellow #DAFF03
Tints of Chartreuse Yellow #DAFF03
RGB
CMYK
RGB Variations
Color information
#DAFF03 (or 0xDAFF03) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 03. RGB value is (218,255,3). Sum of RGB (Red+Green+Blue) = 218+255+3=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 3 (1.56% from 255 or 0.63% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF03 is #2500FC. Grayscale: #D8D8D8. Windows color (decimal): -2425085 or 262106. OLE color: 262106.
HSL color Cylindrical-coordinate representation of color #DAFF03: hue angle of 68.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAFF03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0 |
| HSL | 68.81º | 1% | 0.51% | - |
| HSV(B) | 68.81º | 0.99% | 1% | - |
| XYZ | 64.69 | 86.43 | 13.36 | - |
| YUV | 215.21 | 8.24 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 3 | 0.15 | 0 | 0.99 | 0 | 68.81 | 1 | 0.51 |
| Hex | DA | FF | 3 | F | 0 | 63 | 0 | 45 | 64 | 33 |
| Octal | 332 | 377 | 3 | 17 | 0 | 143 | 0 | 105 | 144 | 63 |
| Binary | 11011010 | 11111111 | 11 | 1111 | 0 | 1100011 | 0 | 1000101 | 1100100 | 110011 |
Color Harmonies of #DAFF03
Complementary color
Monochromatic Colors of #DAFF03
Black with #DAFF03
Text Example
Text Example
White with #DAFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF03; }
p { color: rgb(218,255,3); }
H1.HeaderClassName
{
color: #DAFF03;
}
.AnyTagClassName
{
color: #DAFF03;
}
</style>
background-color css
<style>
a { background-color: #DAFF03; }
a { background-color: rgb(218,255,3); }
div.DivClassName
{
background-color: #DAFF03;
}
.BgClassName
{
background-color: #DAFF03;
}
</style>
border-color css
<style>
span { border-color: #DAFF03; }
span { border-color: rgb(218,255,3); }
td.TdClassName
{
border-color: #DAFF03;
}
.TagClassName
{
border-color: #DAFF03;
}
</style>