Shades of Chartreuse Yellow #DAF60B
Tints of Chartreuse Yellow #DAF60B
RGB
CMYK
RGB Variations
Color information
#DAF60B (or 0xDAF60B) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 0B. RGB value is (218,246,11). Sum of RGB (Red+Green+Blue) = 218+246+11=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 246 (96.48% from 255 or 51.79% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF60B is #2509F4. Grayscale: #D3D3D3. Windows color (decimal): -2427381 or 784090. OLE color: 784090.
HSL color Cylindrical-coordinate representation of color #DAF60B: hue angle of 67.15º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAF60B is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 11 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.04 |
| HSL | 67.15º | 0.93% | 0.5% | - |
| HSV(B) | 67.15º | 0.96% | 0.96% | - |
| XYZ | 61.93 | 80.84 | 12.66 | - |
| YUV | 210.84 | 15.22 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 11 | 0.11 | 0 | 0.96 | 0.04 | 67.15 | 0.93 | 0.5 |
| Hex | DA | F6 | B | B | 0 | 60 | 4 | 43 | 5D | 32 |
| Octal | 332 | 366 | 13 | 13 | 0 | 140 | 4 | 103 | 135 | 62 |
| Binary | 11011010 | 11110110 | 1011 | 1011 | 0 | 1100000 | 100 | 1000011 | 1011101 | 110010 |
Color Harmonies of #DAF60B
Complementary color
Monochromatic Colors of #DAF60B
Black with #DAF60B
Text Example
Text Example
White with #DAF60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF60B; }
p { color: rgb(218,246,11); }
H1.HeaderClassName
{
color: #DAF60B;
}
.AnyTagClassName
{
color: #DAF60B;
}
</style>
background-color css
<style>
a { background-color: #DAF60B; }
a { background-color: rgb(218,246,11); }
div.DivClassName
{
background-color: #DAF60B;
}
.BgClassName
{
background-color: #DAF60B;
}
</style>
border-color css
<style>
span { border-color: #DAF60B; }
span { border-color: rgb(218,246,11); }
td.TdClassName
{
border-color: #DAF60B;
}
.TagClassName
{
border-color: #DAF60B;
}
</style>