Shades of Chartreuse Yellow #DAE00B
Tints of Chartreuse Yellow #DAE00B
RGB
CMYK
RGB Variations
Color information
#DAE00B (or 0xDAE00B) is known color: Chartreuse Yellow. HEX triplet: DA, E0 and 0B. RGB value is (218,224,11). Sum of RGB (Red+Green+Blue) = 218+224+11=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE00B is #251FF4. Grayscale: #C6C6C6. Windows color (decimal): -2433013 or 778458. OLE color: 778458.
HSL color Cylindrical-coordinate representation of color #DAE00B: hue angle of 61.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAE00B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.12 |
| HSL | 61.69º | 0.91% | 0.46% | - |
| HSV(B) | 61.69º | 0.95% | 0.88% | - |
| XYZ | 55.63 | 68.24 | 10.56 | - |
| YUV | 197.92 | 22.51 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 11 | 0.03 | 0 | 0.95 | 0.12 | 61.69 | 0.91 | 0.46 |
| Hex | DA | E0 | B | 3 | 0 | 5F | C | 3E | 5B | 2E |
| Octal | 332 | 340 | 13 | 3 | 0 | 137 | 14 | 76 | 133 | 56 |
| Binary | 11011010 | 11100000 | 1011 | 11 | 0 | 1011111 | 1100 | 111110 | 1011011 | 101110 |
Color Harmonies of #DAE00B
Complementary color
Monochromatic Colors of #DAE00B
Black with #DAE00B
Text Example
Text Example
White with #DAE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE00B; }
p { color: rgb(218,224,11); }
H1.HeaderClassName
{
color: #DAE00B;
}
.AnyTagClassName
{
color: #DAE00B;
}
</style>
background-color css
<style>
a { background-color: #DAE00B; }
a { background-color: rgb(218,224,11); }
div.DivClassName
{
background-color: #DAE00B;
}
.BgClassName
{
background-color: #DAE00B;
}
</style>
border-color css
<style>
span { border-color: #DAE00B; }
span { border-color: rgb(218,224,11); }
td.TdClassName
{
border-color: #DAE00B;
}
.TagClassName
{
border-color: #DAE00B;
}
</style>