Shades of Mindaro #D5F65C
Tints of Mindaro #D5F65C
RGB
CMYK
RGB Variations
Color information
#D5F65C (or 0xD5F65C) is known color: Mindaro. HEX triplet: D5, F6 and 5C. RGB value is (213,246,92). Sum of RGB (Red+Green+Blue) = 213+246+92=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #D5F65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F65C is #2A09A3. Grayscale: #DBDBDB. Windows color (decimal): -2754980 or 6092501. OLE color: 6092501.
HSL color Cylindrical-coordinate representation of color #D5F65C: hue angle of 72.86º 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 #D5F65C is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 246 | 92 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.04 |
| HSL | 72.86º | 0.9% | 0.66% | - |
| HSV(B) | 72.86º | 0.63% | 0.96% | - |
| XYZ | 62.33 | 80.83 | 22.44 | - |
| YUV | 218.58 | 56.57 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 246 | 92 | 0.13 | 0 | 0.63 | 0.04 | 72.86 | 0.9 | 0.66 |
| Hex | D5 | F6 | 5C | D | 0 | 3F | 4 | 49 | 5A | 42 |
| Octal | 325 | 366 | 134 | 15 | 0 | 77 | 4 | 111 | 132 | 102 |
| Binary | 11010101 | 11110110 | 1011100 | 1101 | 0 | 111111 | 100 | 1001001 | 1011010 | 1000010 |
Color Harmonies of #D5F65C
Complementary color
Monochromatic Colors of #D5F65C
Black with #D5F65C
Text Example
Text Example
White with #D5F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F65C; }
p { color: rgb(213,246,92); }
H1.HeaderClassName
{
color: #D5F65C;
}
.AnyTagClassName
{
color: #D5F65C;
}
</style>
background-color css
<style>
a { background-color: #D5F65C; }
a { background-color: rgb(213,246,92); }
div.DivClassName
{
background-color: #D5F65C;
}
.BgClassName
{
background-color: #D5F65C;
}
</style>
border-color css
<style>
span { border-color: #D5F65C; }
span { border-color: rgb(213,246,92); }
td.TdClassName
{
border-color: #D5F65C;
}
.TagClassName
{
border-color: #D5F65C;
}
</style>