Shades of Chartreuse Yellow #DAFF1F
Tints of Chartreuse Yellow #DAFF1F
RGB
CMYK
RGB Variations
Color information
#DAFF1F (or 0xDAFF1F) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 1F. RGB value is (218,255,31). Sum of RGB (Red+Green+Blue) = 218+255+31=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF1F is #2500E0. Grayscale: #DBDBDB. Windows color (decimal): -2425057 or 2097114. OLE color: 2097114.
HSL color Cylindrical-coordinate representation of color #DAFF1F: hue angle of 69.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAFF1F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 31 | - |
| CMYK | 0.15 | 0 | 0.88 | 0 |
| HSL | 69.91º | 1% | 0.56% | - |
| HSV(B) | 69.91º | 0.88% | 1% | - |
| XYZ | 64.92 | 86.52 | 14.58 | - |
| YUV | 218.4 | 22.24 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 31 | 0.15 | 0 | 0.88 | 0 | 69.91 | 1 | 0.56 |
| Hex | DA | FF | 1F | F | 0 | 58 | 0 | 46 | 64 | 38 |
| Octal | 332 | 377 | 37 | 17 | 0 | 130 | 0 | 106 | 144 | 70 |
| Binary | 11011010 | 11111111 | 11111 | 1111 | 0 | 1011000 | 0 | 1000110 | 1100100 | 111000 |
Color Harmonies of #DAFF1F
Complementary color
Monochromatic Colors of #DAFF1F
Black with #DAFF1F
Text Example
Text Example
White with #DAFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF1F; }
p { color: rgb(218,255,31); }
H1.HeaderClassName
{
color: #DAFF1F;
}
.AnyTagClassName
{
color: #DAFF1F;
}
</style>
background-color css
<style>
a { background-color: #DAFF1F; }
a { background-color: rgb(218,255,31); }
div.DivClassName
{
background-color: #DAFF1F;
}
.BgClassName
{
background-color: #DAFF1F;
}
</style>
border-color css
<style>
span { border-color: #DAFF1F; }
span { border-color: rgb(218,255,31); }
td.TdClassName
{
border-color: #DAFF1F;
}
.TagClassName
{
border-color: #DAFF1F;
}
</style>