Shades of Mindaro #DAF380
Tints of Mindaro #DAF380
RGB
CMYK
RGB Variations
Color information
#DAF380 (or 0xDAF380) is known color: Mindaro. HEX triplet: DA, F3 and 80. RGB value is (218,243,128). Sum of RGB (Red+Green+Blue) = 218+243+128=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF380 is #250C7F. Grayscale: #DEDEDE. Windows color (decimal): -2428032 or 8451034. OLE color: 8451034.
HSL color Cylindrical-coordinate representation of color #DAF380: hue angle of 73.04º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAF380 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 128 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.05 |
| HSL | 73.04º | 0.83% | 0.73% | - |
| HSV(B) | 73.04º | 0.47% | 0.95% | - |
| XYZ | 64.86 | 80.57 | 32.55 | - |
| YUV | 222.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 128 | 0.10 | 0 | 0.47 | 0.05 | 73.04 | 0.83 | 0.73 |
| Hex | DA | F3 | 80 | A | 0 | 2F | 5 | 49 | 53 | 49 |
| Octal | 332 | 363 | 200 | 12 | 0 | 57 | 5 | 111 | 123 | 111 |
| Binary | 11011010 | 11110011 | 10000000 | 1010 | 0 | 101111 | 101 | 1001001 | 1010011 | 1001001 |
Color Harmonies of #DAF380
Complementary color
Monochromatic Colors of #DAF380
Black with #DAF380
Text Example
Text Example
White with #DAF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF380; }
p { color: rgb(218,243,128); }
H1.HeaderClassName
{
color: #DAF380;
}
.AnyTagClassName
{
color: #DAF380;
}
</style>
background-color css
<style>
a { background-color: #DAF380; }
a { background-color: rgb(218,243,128); }
div.DivClassName
{
background-color: #DAF380;
}
.BgClassName
{
background-color: #DAF380;
}
</style>
border-color css
<style>
span { border-color: #DAF380; }
span { border-color: rgb(218,243,128); }
td.TdClassName
{
border-color: #DAF380;
}
.TagClassName
{
border-color: #DAF380;
}
</style>