Shades of Mindaro #D0F65C
Tints of Mindaro #D0F65C
RGB
CMYK
RGB Variations
Color information
#D0F65C (or 0xD0F65C) is known color: Mindaro. HEX triplet: D0, F6 and 5C. RGB value is (208,246,92). Sum of RGB (Red+Green+Blue) = 208+246+92=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F65C is #2F09A3. Grayscale: #D9D9D9. Windows color (decimal): -3082660 or 6092496. OLE color: 6092496.
HSL color Cylindrical-coordinate representation of color #D0F65C: hue angle of 74.81º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0F65C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 92 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.04 |
| HSL | 74.81º | 0.9% | 0.66% | - |
| HSV(B) | 74.81º | 0.63% | 0.96% | - |
| XYZ | 60.9 | 80.09 | 22.38 | - |
| YUV | 217.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 92 | 0.15 | 0 | 0.63 | 0.04 | 74.81 | 0.9 | 0.66 |
| Hex | D0 | F6 | 5C | F | 0 | 3F | 4 | 4B | 5A | 42 |
| Octal | 320 | 366 | 134 | 17 | 0 | 77 | 4 | 113 | 132 | 102 |
| Binary | 11010000 | 11110110 | 1011100 | 1111 | 0 | 111111 | 100 | 1001011 | 1011010 | 1000010 |
Color Harmonies of #D0F65C
Complementary color
Monochromatic Colors of #D0F65C
Black with #D0F65C
Text Example
Text Example
White with #D0F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F65C; }
p { color: rgb(208,246,92); }
H1.HeaderClassName
{
color: #D0F65C;
}
.AnyTagClassName
{
color: #D0F65C;
}
</style>
background-color css
<style>
a { background-color: #D0F65C; }
a { background-color: rgb(208,246,92); }
div.DivClassName
{
background-color: #D0F65C;
}
.BgClassName
{
background-color: #D0F65C;
}
</style>
border-color css
<style>
span { border-color: #D0F65C; }
span { border-color: rgb(208,246,92); }
td.TdClassName
{
border-color: #D0F65C;
}
.TagClassName
{
border-color: #D0F65C;
}
</style>