Shades of Mindaro #D2E954
Tints of Mindaro #D2E954
RGB
CMYK
RGB Variations
Color information
#D2E954 (or 0xD2E954) is known color: Mindaro. HEX triplet: D2, E9 and 54. RGB value is (210,233,84). Sum of RGB (Red+Green+Blue) = 210+233+84=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E954 is #2D16AB. Grayscale: #D1D1D1. Windows color (decimal): -2954924 or 5564882. OLE color: 5564882.
HSL color Cylindrical-coordinate representation of color #D2E954: hue angle of 69.26º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2E954 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 84 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.09 |
| HSL | 69.26º | 0.77% | 0.62% | - |
| HSV(B) | 69.26º | 0.64% | 0.91% | - |
| XYZ | 57.32 | 72.62 | 19.38 | - |
| YUV | 209.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 84 | 0.10 | 0 | 0.64 | 0.09 | 69.26 | 0.77 | 0.62 |
| Hex | D2 | E9 | 54 | A | 0 | 40 | 9 | 45 | 4D | 3E |
| Octal | 322 | 351 | 124 | 12 | 0 | 100 | 11 | 105 | 115 | 76 |
| Binary | 11010010 | 11101001 | 1010100 | 1010 | 0 | 1000000 | 1001 | 1000101 | 1001101 | 111110 |
Color Harmonies of #D2E954
Complementary color
Monochromatic Colors of #D2E954
Black with #D2E954
Text Example
Text Example
White with #D2E954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E954; }
p { color: rgb(210,233,84); }
H1.HeaderClassName
{
color: #D2E954;
}
.AnyTagClassName
{
color: #D2E954;
}
</style>
background-color css
<style>
a { background-color: #D2E954; }
a { background-color: rgb(210,233,84); }
div.DivClassName
{
background-color: #D2E954;
}
.BgClassName
{
background-color: #D2E954;
}
</style>
border-color css
<style>
span { border-color: #D2E954; }
span { border-color: rgb(210,233,84); }
td.TdClassName
{
border-color: #D2E954;
}
.TagClassName
{
border-color: #D2E954;
}
</style>