Shades of Chartreuse Yellow #DAE70B
Tints of Chartreuse Yellow #DAE70B
RGB
CMYK
RGB Variations
Color information
#DAE70B (or 0xDAE70B) is known color: Chartreuse Yellow. HEX triplet: DA, E7 and 0B. RGB value is (218,231,11). Sum of RGB (Red+Green+Blue) = 218+231+11=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE70B is #2518F4. Grayscale: #CACACA. Windows color (decimal): -2431221 or 780250. OLE color: 780250.
HSL color Cylindrical-coordinate representation of color #DAE70B: hue angle of 63.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAE70B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.09 |
| HSL | 63.55º | 0.91% | 0.47% | - |
| HSV(B) | 63.55º | 0.95% | 0.91% | - |
| XYZ | 57.55 | 72.08 | 11.2 | - |
| YUV | 202.03 | 20.19 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 11 | 0.06 | 0 | 0.95 | 0.09 | 63.55 | 0.91 | 0.47 |
| Hex | DA | E7 | B | 6 | 0 | 5F | 9 | 40 | 5B | 2F |
| Octal | 332 | 347 | 13 | 6 | 0 | 137 | 11 | 100 | 133 | 57 |
| Binary | 11011010 | 11100111 | 1011 | 110 | 0 | 1011111 | 1001 | 1000000 | 1011011 | 101111 |
Color Harmonies of #DAE70B
Complementary color
Monochromatic Colors of #DAE70B
Black with #DAE70B
Text Example
Text Example
White with #DAE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE70B; }
p { color: rgb(218,231,11); }
H1.HeaderClassName
{
color: #DAE70B;
}
.AnyTagClassName
{
color: #DAE70B;
}
</style>
background-color css
<style>
a { background-color: #DAE70B; }
a { background-color: rgb(218,231,11); }
div.DivClassName
{
background-color: #DAE70B;
}
.BgClassName
{
background-color: #DAE70B;
}
</style>
border-color css
<style>
span { border-color: #DAE70B; }
span { border-color: rgb(218,231,11); }
td.TdClassName
{
border-color: #DAE70B;
}
.TagClassName
{
border-color: #DAE70B;
}
</style>