Shades of Chartreuse Yellow #DAF10B
Tints of Chartreuse Yellow #DAF10B
RGB
CMYK
RGB Variations
Color information
#DAF10B (or 0xDAF10B) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 0B. RGB value is (218,241,11). Sum of RGB (Red+Green+Blue) = 218+241+11=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF10B is #250EF4. Grayscale: #D0D0D0. Windows color (decimal): -2428661 or 782810. OLE color: 782810.
HSL color Cylindrical-coordinate representation of color #DAF10B: hue angle of 66º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF10B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.05 |
| HSL | 66º | 0.91% | 0.49% | - |
| HSV(B) | 66º | 0.95% | 0.95% | - |
| XYZ | 60.43 | 77.84 | 12.16 | - |
| YUV | 207.9 | 16.88 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 11 | 0.10 | 0 | 0.95 | 0.05 | 66 | 0.91 | 0.49 |
| Hex | DA | F1 | B | A | 0 | 5F | 5 | 42 | 5B | 31 |
| Octal | 332 | 361 | 13 | 12 | 0 | 137 | 5 | 102 | 133 | 61 |
| Binary | 11011010 | 11110001 | 1011 | 1010 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110001 |
Color Harmonies of #DAF10B
Complementary color
Monochromatic Colors of #DAF10B
Black with #DAF10B
Text Example
Text Example
White with #DAF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF10B; }
p { color: rgb(218,241,11); }
H1.HeaderClassName
{
color: #DAF10B;
}
.AnyTagClassName
{
color: #DAF10B;
}
</style>
background-color css
<style>
a { background-color: #DAF10B; }
a { background-color: rgb(218,241,11); }
div.DivClassName
{
background-color: #DAF10B;
}
.BgClassName
{
background-color: #DAF10B;
}
</style>
border-color css
<style>
span { border-color: #DAF10B; }
span { border-color: rgb(218,241,11); }
td.TdClassName
{
border-color: #DAF10B;
}
.TagClassName
{
border-color: #DAF10B;
}
</style>