Shades of Mindaro #DAF36C
Tints of Mindaro #DAF36C
RGB
CMYK
RGB Variations
Color information
#DAF36C (or 0xDAF36C) is known color: Mindaro. HEX triplet: DA, F3 and 6C. RGB value is (218,243,108). Sum of RGB (Red+Green+Blue) = 218+243+108=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF36C is #250C93. Grayscale: #DCDCDC. Windows color (decimal): -2428052 or 7140314. OLE color: 7140314.
HSL color Cylindrical-coordinate representation of color #DAF36C: hue angle of 71.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAF36C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 108 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.05 |
| HSL | 71.11º | 0.85% | 0.69% | - |
| HSV(B) | 71.11º | 0.56% | 0.95% | - |
| XYZ | 63.67 | 80.09 | 26.29 | - |
| YUV | 220.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 108 | 0.10 | 0 | 0.56 | 0.05 | 71.11 | 0.85 | 0.69 |
| Hex | DA | F3 | 6C | A | 0 | 38 | 5 | 47 | 55 | 45 |
| Octal | 332 | 363 | 154 | 12 | 0 | 70 | 5 | 107 | 125 | 105 |
| Binary | 11011010 | 11110011 | 1101100 | 1010 | 0 | 111000 | 101 | 1000111 | 1010101 | 1000101 |
Color Harmonies of #DAF36C
Complementary color
Monochromatic Colors of #DAF36C
Black with #DAF36C
Text Example
Text Example
White with #DAF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF36C; }
p { color: rgb(218,243,108); }
H1.HeaderClassName
{
color: #DAF36C;
}
.AnyTagClassName
{
color: #DAF36C;
}
</style>
background-color css
<style>
a { background-color: #DAF36C; }
a { background-color: rgb(218,243,108); }
div.DivClassName
{
background-color: #DAF36C;
}
.BgClassName
{
background-color: #DAF36C;
}
</style>
border-color css
<style>
span { border-color: #DAF36C; }
span { border-color: rgb(218,243,108); }
td.TdClassName
{
border-color: #DAF36C;
}
.TagClassName
{
border-color: #DAF36C;
}
</style>