Shades of Mindaro #DAF27B
Tints of Mindaro #DAF27B
RGB
CMYK
RGB Variations
Color information
#DAF27B (or 0xDAF27B) is known color: Mindaro. HEX triplet: DA, F2 and 7B. RGB value is (218,242,123). Sum of RGB (Red+Green+Blue) = 218+242+123=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF27B is #250D84. Grayscale: #DDDDDD. Windows color (decimal): -2428293 or 8123098. OLE color: 8123098.
HSL color Cylindrical-coordinate representation of color #DAF27B: hue angle of 72.1º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF27B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 123 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 72.1º | 0.82% | 0.72% | - |
| HSV(B) | 72.1º | 0.49% | 0.95% | - |
| XYZ | 64.24 | 79.84 | 30.76 | - |
| YUV | 221.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 123 | 0.10 | 0 | 0.49 | 0.05 | 72.1 | 0.82 | 0.72 |
| Hex | DA | F2 | 7B | A | 0 | 31 | 5 | 48 | 52 | 48 |
| Octal | 332 | 362 | 173 | 12 | 0 | 61 | 5 | 110 | 122 | 110 |
| Binary | 11011010 | 11110010 | 1111011 | 1010 | 0 | 110001 | 101 | 1001000 | 1010010 | 1001000 |
Color Harmonies of #DAF27B
Complementary color
Monochromatic Colors of #DAF27B
Black with #DAF27B
Text Example
Text Example
White with #DAF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF27B; }
p { color: rgb(218,242,123); }
H1.HeaderClassName
{
color: #DAF27B;
}
.AnyTagClassName
{
color: #DAF27B;
}
</style>
background-color css
<style>
a { background-color: #DAF27B; }
a { background-color: rgb(218,242,123); }
div.DivClassName
{
background-color: #DAF27B;
}
.BgClassName
{
background-color: #DAF27B;
}
</style>
border-color css
<style>
span { border-color: #DAF27B; }
span { border-color: rgb(218,242,123); }
td.TdClassName
{
border-color: #DAF27B;
}
.TagClassName
{
border-color: #DAF27B;
}
</style>