Shades of Mindaro #DAFC68
Tints of Mindaro #DAFC68
RGB
CMYK
RGB Variations
Color information
#DAFC68 (or 0xDAFC68) is known color: Mindaro. HEX triplet: DA, FC and 68. RGB value is (218,252,104). Sum of RGB (Red+Green+Blue) = 218+252+104=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC68 is #250397. Grayscale: #E1E1E1. Windows color (decimal): -2425752 or 6880474. OLE color: 6880474.
HSL color Cylindrical-coordinate representation of color #DAFC68: hue angle of 73.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAFC68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 104 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.01 |
| HSL | 73.78º | 0.96% | 0.7% | - |
| HSV(B) | 73.78º | 0.59% | 0.99% | - |
| XYZ | 66.22 | 85.53 | 26.11 | - |
| YUV | 224.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 104 | 0.13 | 0 | 0.59 | 0.01 | 73.78 | 0.96 | 0.7 |
| Hex | DA | FC | 68 | D | 0 | 3B | 1 | 4A | 60 | 46 |
| Octal | 332 | 374 | 150 | 15 | 0 | 73 | 1 | 112 | 140 | 106 |
| Binary | 11011010 | 11111100 | 1101000 | 1101 | 0 | 111011 | 1 | 1001010 | 1100000 | 1000110 |
Color Harmonies of #DAFC68
Complementary color
Monochromatic Colors of #DAFC68
Black with #DAFC68
Text Example
Text Example
White with #DAFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC68; }
p { color: rgb(218,252,104); }
H1.HeaderClassName
{
color: #DAFC68;
}
.AnyTagClassName
{
color: #DAFC68;
}
</style>
background-color css
<style>
a { background-color: #DAFC68; }
a { background-color: rgb(218,252,104); }
div.DivClassName
{
background-color: #DAFC68;
}
.BgClassName
{
background-color: #DAFC68;
}
</style>
border-color css
<style>
span { border-color: #DAFC68; }
span { border-color: rgb(218,252,104); }
td.TdClassName
{
border-color: #DAFC68;
}
.TagClassName
{
border-color: #DAFC68;
}
</style>