Shades of Mindaro #DAF37B
Tints of Mindaro #DAF37B
RGB
CMYK
RGB Variations
Color information
#DAF37B (or 0xDAF37B) is known color: Mindaro. HEX triplet: DA, F3 and 7B. RGB value is (218,243,123). Sum of RGB (Red+Green+Blue) = 218+243+123=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF37B is #250C84. Grayscale: #DEDEDE. Windows color (decimal): -2428037 or 8123354. OLE color: 8123354.
HSL color Cylindrical-coordinate representation of color #DAF37B: hue angle of 72.5º degrees, saturation: 0.83, 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 #DAF37B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 123 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 72.5º | 0.83% | 0.72% | - |
| HSV(B) | 72.5º | 0.49% | 0.95% | - |
| XYZ | 64.54 | 80.44 | 30.86 | - |
| YUV | 221.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 123 | 0.10 | 0 | 0.49 | 0.05 | 72.5 | 0.83 | 0.72 |
| Hex | DA | F3 | 7B | A | 0 | 31 | 5 | 48 | 53 | 48 |
| Octal | 332 | 363 | 173 | 12 | 0 | 61 | 5 | 110 | 123 | 110 |
| Binary | 11011010 | 11110011 | 1111011 | 1010 | 0 | 110001 | 101 | 1001000 | 1010011 | 1001000 |
Color Harmonies of #DAF37B
Complementary color
Monochromatic Colors of #DAF37B
Black with #DAF37B
Text Example
Text Example
White with #DAF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF37B; }
p { color: rgb(218,243,123); }
H1.HeaderClassName
{
color: #DAF37B;
}
.AnyTagClassName
{
color: #DAF37B;
}
</style>
background-color css
<style>
a { background-color: #DAF37B; }
a { background-color: rgb(218,243,123); }
div.DivClassName
{
background-color: #DAF37B;
}
.BgClassName
{
background-color: #DAF37B;
}
</style>
border-color css
<style>
span { border-color: #DAF37B; }
span { border-color: rgb(218,243,123); }
td.TdClassName
{
border-color: #DAF37B;
}
.TagClassName
{
border-color: #DAF37B;
}
</style>