Shades of Mindaro #D5E568
Tints of Mindaro #D5E568
RGB
CMYK
RGB Variations
Color information
#D5E568 (or 0xD5E568) is known color: Mindaro. HEX triplet: D5, E5 and 68. RGB value is (213,229,104). Sum of RGB (Red+Green+Blue) = 213+229+104=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E568 is #2A1A97. Grayscale: #D2D2D2. Windows color (decimal): -2759320 or 6874581. OLE color: 6874581.
HSL color Cylindrical-coordinate representation of color #D5E568: hue angle of 67.68º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5E568 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 104 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.10 |
| HSL | 67.68º | 0.71% | 0.65% | - |
| HSV(B) | 67.68º | 0.55% | 0.9% | - |
| XYZ | 57.96 | 71.18 | 23.78 | - |
| YUV | 209.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 104 | 0.07 | 0 | 0.55 | 0.10 | 67.68 | 0.71 | 0.65 |
| Hex | D5 | E5 | 68 | 7 | 0 | 37 | A | 44 | 47 | 41 |
| Octal | 325 | 345 | 150 | 7 | 0 | 67 | 12 | 104 | 107 | 101 |
| Binary | 11010101 | 11100101 | 1101000 | 111 | 0 | 110111 | 1010 | 1000100 | 1000111 | 1000001 |
Color Harmonies of #D5E568
Complementary color
Monochromatic Colors of #D5E568
Black with #D5E568
Text Example
Text Example
White with #D5E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E568; }
p { color: rgb(213,229,104); }
H1.HeaderClassName
{
color: #D5E568;
}
.AnyTagClassName
{
color: #D5E568;
}
</style>
background-color css
<style>
a { background-color: #D5E568; }
a { background-color: rgb(213,229,104); }
div.DivClassName
{
background-color: #D5E568;
}
.BgClassName
{
background-color: #D5E568;
}
</style>
border-color css
<style>
span { border-color: #D5E568; }
span { border-color: rgb(213,229,104); }
td.TdClassName
{
border-color: #D5E568;
}
.TagClassName
{
border-color: #D5E568;
}
</style>