Shades of Chartreuse Yellow #DAFF1C
Tints of Chartreuse Yellow #DAFF1C
RGB
CMYK
RGB Variations
Color information
#DAFF1C (or 0xDAFF1C) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 1C. RGB value is (218,255,28). Sum of RGB (Red+Green+Blue) = 218+255+28=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 28 (11.33% from 255 or 5.59% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF1C is #2500E3. Grayscale: #DADADA. Windows color (decimal): -2425060 or 1900506. OLE color: 1900506.
HSL color Cylindrical-coordinate representation of color #DAFF1C: hue angle of 69.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAFF1C is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 28 | - |
| CMYK | 0.15 | 0 | 0.89 | 0 |
| HSL | 69.78º | 1% | 0.55% | - |
| HSV(B) | 69.78º | 0.89% | 1% | - |
| XYZ | 64.88 | 86.51 | 14.38 | - |
| YUV | 218.06 | 20.74 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 28 | 0.15 | 0 | 0.89 | 0 | 69.78 | 1 | 0.55 |
| Hex | DA | FF | 1C | F | 0 | 59 | 0 | 46 | 64 | 37 |
| Octal | 332 | 377 | 34 | 17 | 0 | 131 | 0 | 106 | 144 | 67 |
| Binary | 11011010 | 11111111 | 11100 | 1111 | 0 | 1011001 | 0 | 1000110 | 1100100 | 110111 |
Color Harmonies of #DAFF1C
Complementary color
Monochromatic Colors of #DAFF1C
Black with #DAFF1C
Text Example
Text Example
White with #DAFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF1C; }
p { color: rgb(218,255,28); }
H1.HeaderClassName
{
color: #DAFF1C;
}
.AnyTagClassName
{
color: #DAFF1C;
}
</style>
background-color css
<style>
a { background-color: #DAFF1C; }
a { background-color: rgb(218,255,28); }
div.DivClassName
{
background-color: #DAFF1C;
}
.BgClassName
{
background-color: #DAFF1C;
}
</style>
border-color css
<style>
span { border-color: #DAFF1C; }
span { border-color: rgb(218,255,28); }
td.TdClassName
{
border-color: #DAFF1C;
}
.TagClassName
{
border-color: #DAFF1C;
}
</style>