Shades of Mindaro #DAFA80
Tints of Mindaro #DAFA80
RGB
CMYK
RGB Variations
Color information
#DAFA80 (or 0xDAFA80) is known color: Mindaro. HEX triplet: DA, FA and 80. RGB value is (218,250,128). Sum of RGB (Red+Green+Blue) = 218+250+128=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA80 is #25057F. Grayscale: #E2E2E2. Windows color (decimal): -2426240 or 8452826. OLE color: 8452826.
HSL color Cylindrical-coordinate representation of color #DAFA80: hue angle of 75.74º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFA80 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 128 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.02 |
| HSL | 75.74º | 0.92% | 0.74% | - |
| HSV(B) | 75.74º | 0.49% | 0.98% | - |
| XYZ | 67 | 84.84 | 33.27 | - |
| YUV | 226.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 128 | 0.13 | 0 | 0.49 | 0.02 | 75.74 | 0.92 | 0.74 |
| Hex | DA | FA | 80 | D | 0 | 31 | 2 | 4C | 5C | 4A |
| Octal | 332 | 372 | 200 | 15 | 0 | 61 | 2 | 114 | 134 | 112 |
| Binary | 11011010 | 11111010 | 10000000 | 1101 | 0 | 110001 | 10 | 1001100 | 1011100 | 1001010 |
Color Harmonies of #DAFA80
Complementary color
Monochromatic Colors of #DAFA80
Black with #DAFA80
Text Example
Text Example
White with #DAFA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA80; }
p { color: rgb(218,250,128); }
H1.HeaderClassName
{
color: #DAFA80;
}
.AnyTagClassName
{
color: #DAFA80;
}
</style>
background-color css
<style>
a { background-color: #DAFA80; }
a { background-color: rgb(218,250,128); }
div.DivClassName
{
background-color: #DAFA80;
}
.BgClassName
{
background-color: #DAFA80;
}
</style>
border-color css
<style>
span { border-color: #DAFA80; }
span { border-color: rgb(218,250,128); }
td.TdClassName
{
border-color: #DAFA80;
}
.TagClassName
{
border-color: #DAFA80;
}
</style>