Shades of Mindaro #D0F25C
Tints of Mindaro #D0F25C
RGB
CMYK
RGB Variations
Color information
#D0F25C (or 0xD0F25C) is known color: Mindaro. HEX triplet: D0, F2 and 5C. RGB value is (208,242,92). Sum of RGB (Red+Green+Blue) = 208+242+92=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F25C is #2F0DA3. Grayscale: #D7D7D7. Windows color (decimal): -3083684 or 6091472. OLE color: 6091472.
HSL color Cylindrical-coordinate representation of color #D0F25C: hue angle of 73.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0F25C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 92 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.05 |
| HSL | 73.6º | 0.85% | 0.65% | - |
| HSV(B) | 73.6º | 0.62% | 0.95% | - |
| XYZ | 59.7 | 77.69 | 21.97 | - |
| YUV | 214.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 92 | 0.14 | 0 | 0.62 | 0.05 | 73.6 | 0.85 | 0.65 |
| Hex | D0 | F2 | 5C | E | 0 | 3E | 5 | 4A | 55 | 41 |
| Octal | 320 | 362 | 134 | 16 | 0 | 76 | 5 | 112 | 125 | 101 |
| Binary | 11010000 | 11110010 | 1011100 | 1110 | 0 | 111110 | 101 | 1001010 | 1010101 | 1000001 |
Color Harmonies of #D0F25C
Complementary color
Monochromatic Colors of #D0F25C
Black with #D0F25C
Text Example
Text Example
White with #D0F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F25C; }
p { color: rgb(208,242,92); }
H1.HeaderClassName
{
color: #D0F25C;
}
.AnyTagClassName
{
color: #D0F25C;
}
</style>
background-color css
<style>
a { background-color: #D0F25C; }
a { background-color: rgb(208,242,92); }
div.DivClassName
{
background-color: #D0F25C;
}
.BgClassName
{
background-color: #D0F25C;
}
</style>
border-color css
<style>
span { border-color: #D0F25C; }
span { border-color: rgb(208,242,92); }
td.TdClassName
{
border-color: #D0F25C;
}
.TagClassName
{
border-color: #D0F25C;
}
</style>