Shades of Mindaro #DAFA5D
Tints of Mindaro #DAFA5D
RGB
CMYK
RGB Variations
Color information
#DAFA5D (or 0xDAFA5D) is known color: Mindaro. HEX triplet: DA, FA and 5D. RGB value is (218,250,93). Sum of RGB (Red+Green+Blue) = 218+250+93=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA5D is #2505A2. Grayscale: #DFDFDF. Windows color (decimal): -2426275 or 6159066. OLE color: 6159066.
HSL color Cylindrical-coordinate representation of color #DAFA5D: hue angle of 72.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAFA5D is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 93 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.02 |
| HSL | 72.23º | 0.94% | 0.67% | - |
| HSV(B) | 72.23º | 0.63% | 0.98% | - |
| XYZ | 65.07 | 84.07 | 23.15 | - |
| YUV | 222.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 93 | 0.13 | 0 | 0.63 | 0.02 | 72.23 | 0.94 | 0.67 |
| Hex | DA | FA | 5D | D | 0 | 3F | 2 | 48 | 5E | 43 |
| Octal | 332 | 372 | 135 | 15 | 0 | 77 | 2 | 110 | 136 | 103 |
| Binary | 11011010 | 11111010 | 1011101 | 1101 | 0 | 111111 | 10 | 1001000 | 1011110 | 1000011 |
Color Harmonies of #DAFA5D
Complementary color
Monochromatic Colors of #DAFA5D
Black with #DAFA5D
Text Example
Text Example
White with #DAFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA5D; }
p { color: rgb(218,250,93); }
H1.HeaderClassName
{
color: #DAFA5D;
}
.AnyTagClassName
{
color: #DAFA5D;
}
</style>
background-color css
<style>
a { background-color: #DAFA5D; }
a { background-color: rgb(218,250,93); }
div.DivClassName
{
background-color: #DAFA5D;
}
.BgClassName
{
background-color: #DAFA5D;
}
</style>
border-color css
<style>
span { border-color: #DAFA5D; }
span { border-color: rgb(218,250,93); }
td.TdClassName
{
border-color: #DAFA5D;
}
.TagClassName
{
border-color: #DAFA5D;
}
</style>