Shades of Chartreuse Yellow #DAF81D
Tints of Chartreuse Yellow #DAF81D
RGB
CMYK
RGB Variations
Color information
#DAF81D (or 0xDAF81D) is known color: Chartreuse Yellow. HEX triplet: DA, F8 and 1D. RGB value is (218,248,29). Sum of RGB (Red+Green+Blue) = 218+248+29=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF81D is #2507E2. Grayscale: #D6D6D6. Windows color (decimal): -2426851 or 1964250. OLE color: 1964250.
HSL color Cylindrical-coordinate representation of color #DAF81D: hue angle of 68.22º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF81D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.03 |
| HSL | 68.22º | 0.94% | 0.54% | - |
| HSV(B) | 68.22º | 0.88% | 0.97% | - |
| XYZ | 62.7 | 82.13 | 13.71 | - |
| YUV | 214.06 | 23.56 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 29 | 0.12 | 0 | 0.88 | 0.03 | 68.22 | 0.94 | 0.54 |
| Hex | DA | F8 | 1D | C | 0 | 58 | 3 | 44 | 5E | 36 |
| Octal | 332 | 370 | 35 | 14 | 0 | 130 | 3 | 104 | 136 | 66 |
| Binary | 11011010 | 11111000 | 11101 | 1100 | 0 | 1011000 | 11 | 1000100 | 1011110 | 110110 |
Color Harmonies of #DAF81D
Complementary color
Monochromatic Colors of #DAF81D
Black with #DAF81D
Text Example
Text Example
White with #DAF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF81D; }
p { color: rgb(218,248,29); }
H1.HeaderClassName
{
color: #DAF81D;
}
.AnyTagClassName
{
color: #DAF81D;
}
</style>
background-color css
<style>
a { background-color: #DAF81D; }
a { background-color: rgb(218,248,29); }
div.DivClassName
{
background-color: #DAF81D;
}
.BgClassName
{
background-color: #DAF81D;
}
</style>
border-color css
<style>
span { border-color: #DAF81D; }
span { border-color: rgb(218,248,29); }
td.TdClassName
{
border-color: #DAF81D;
}
.TagClassName
{
border-color: #DAF81D;
}
</style>