Shades of Chartreuse Yellow #DAF40B
Tints of Chartreuse Yellow #DAF40B
RGB
CMYK
RGB Variations
Color information
#DAF40B (or 0xDAF40B) is known color: Chartreuse Yellow. HEX triplet: DA, F4 and 0B. RGB value is (218,244,11). Sum of RGB (Red+Green+Blue) = 218+244+11=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF40B is #250BF4. Grayscale: #D2D2D2. Windows color (decimal): -2427893 or 783578. OLE color: 783578.
HSL color Cylindrical-coordinate representation of color #DAF40B: hue angle of 66.7º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF40B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.04 |
| HSL | 66.7º | 0.91% | 0.5% | - |
| HSV(B) | 66.7º | 0.95% | 0.96% | - |
| XYZ | 61.32 | 79.63 | 12.45 | - |
| YUV | 209.66 | 15.89 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 11 | 0.11 | 0 | 0.95 | 0.04 | 66.7 | 0.91 | 0.5 |
| Hex | DA | F4 | B | B | 0 | 5F | 4 | 43 | 5B | 32 |
| Octal | 332 | 364 | 13 | 13 | 0 | 137 | 4 | 103 | 133 | 62 |
| Binary | 11011010 | 11110100 | 1011 | 1011 | 0 | 1011111 | 100 | 1000011 | 1011011 | 110010 |
Color Harmonies of #DAF40B
Complementary color
Monochromatic Colors of #DAF40B
Black with #DAF40B
Text Example
Text Example
White with #DAF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF40B; }
p { color: rgb(218,244,11); }
H1.HeaderClassName
{
color: #DAF40B;
}
.AnyTagClassName
{
color: #DAF40B;
}
</style>
background-color css
<style>
a { background-color: #DAF40B; }
a { background-color: rgb(218,244,11); }
div.DivClassName
{
background-color: #DAF40B;
}
.BgClassName
{
background-color: #DAF40B;
}
</style>
border-color css
<style>
span { border-color: #DAF40B; }
span { border-color: rgb(218,244,11); }
td.TdClassName
{
border-color: #DAF40B;
}
.TagClassName
{
border-color: #DAF40B;
}
</style>