Shades of Mindaro #DAF958
Tints of Mindaro #DAF958
RGB
CMYK
RGB Variations
Color information
#DAF958 (or 0xDAF958) is known color: Mindaro. HEX triplet: DA, F9 and 58. RGB value is (218,249,88). Sum of RGB (Red+Green+Blue) = 218+249+88=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 88 (34.77% from 255 or 15.86% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF958 is #2506A7. Grayscale: #DDDDDD. Windows color (decimal): -2426536 or 5831130. OLE color: 5831130.
HSL color Cylindrical-coordinate representation of color #DAF958: hue angle of 71.55º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAF958 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 88 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.02 |
| HSL | 71.55º | 0.93% | 0.66% | - |
| HSV(B) | 71.55º | 0.65% | 0.98% | - |
| XYZ | 64.55 | 83.36 | 21.92 | - |
| YUV | 221.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 88 | 0.12 | 0 | 0.65 | 0.02 | 71.55 | 0.93 | 0.66 |
| Hex | DA | F9 | 58 | C | 0 | 41 | 2 | 48 | 5D | 42 |
| Octal | 332 | 371 | 130 | 14 | 0 | 101 | 2 | 110 | 135 | 102 |
| Binary | 11011010 | 11111001 | 1011000 | 1100 | 0 | 1000001 | 10 | 1001000 | 1011101 | 1000010 |
Color Harmonies of #DAF958
Complementary color
Monochromatic Colors of #DAF958
Black with #DAF958
Text Example
Text Example
White with #DAF958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF958; }
p { color: rgb(218,249,88); }
H1.HeaderClassName
{
color: #DAF958;
}
.AnyTagClassName
{
color: #DAF958;
}
</style>
background-color css
<style>
a { background-color: #DAF958; }
a { background-color: rgb(218,249,88); }
div.DivClassName
{
background-color: #DAF958;
}
.BgClassName
{
background-color: #DAF958;
}
</style>
border-color css
<style>
span { border-color: #DAF958; }
span { border-color: rgb(218,249,88); }
td.TdClassName
{
border-color: #DAF958;
}
.TagClassName
{
border-color: #DAF958;
}
</style>