Shades of Mindaro #D2F35C
Tints of Mindaro #D2F35C
RGB
CMYK
RGB Variations
Color information
#D2F35C (or 0xD2F35C) is known color: Mindaro. HEX triplet: D2, F3 and 5C. RGB value is (210,243,92). Sum of RGB (Red+Green+Blue) = 210+243+92=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F35C is #2D0CA3. Grayscale: #D8D8D8. Windows color (decimal): -2952356 or 6091730. OLE color: 6091730.
HSL color Cylindrical-coordinate representation of color #D2F35C: hue angle of 73.11º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2F35C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 92 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.05 |
| HSL | 73.11º | 0.86% | 0.66% | - |
| HSV(B) | 73.11º | 0.62% | 0.95% | - |
| XYZ | 60.56 | 78.58 | 22.1 | - |
| YUV | 215.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 92 | 0.14 | 0 | 0.62 | 0.05 | 73.11 | 0.86 | 0.66 |
| Hex | D2 | F3 | 5C | E | 0 | 3E | 5 | 49 | 56 | 42 |
| Octal | 322 | 363 | 134 | 16 | 0 | 76 | 5 | 111 | 126 | 102 |
| Binary | 11010010 | 11110011 | 1011100 | 1110 | 0 | 111110 | 101 | 1001001 | 1010110 | 1000010 |
Color Harmonies of #D2F35C
Complementary color
Monochromatic Colors of #D2F35C
Black with #D2F35C
Text Example
Text Example
White with #D2F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F35C; }
p { color: rgb(210,243,92); }
H1.HeaderClassName
{
color: #D2F35C;
}
.AnyTagClassName
{
color: #D2F35C;
}
</style>
background-color css
<style>
a { background-color: #D2F35C; }
a { background-color: rgb(210,243,92); }
div.DivClassName
{
background-color: #D2F35C;
}
.BgClassName
{
background-color: #D2F35C;
}
</style>
border-color css
<style>
span { border-color: #D2F35C; }
span { border-color: rgb(210,243,92); }
td.TdClassName
{
border-color: #D2F35C;
}
.TagClassName
{
border-color: #D2F35C;
}
</style>