Shades of Mindaro #D5FC77
Tints of Mindaro #D5FC77
RGB
CMYK
RGB Variations
Color information
#D5FC77 (or 0xD5FC77) is known color: Mindaro. HEX triplet: D5, FC and 77. RGB value is (213,252,119). Sum of RGB (Red+Green+Blue) = 213+252+119=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC77 is #2A0388. Grayscale: #E1E1E1. Windows color (decimal): -2753417 or 7863509. OLE color: 7863509.
HSL color Cylindrical-coordinate representation of color #D5FC77: hue angle of 77.59º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5FC77 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 119 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.01 |
| HSL | 77.59º | 0.96% | 0.73% | - |
| HSV(B) | 77.59º | 0.53% | 0.99% | - |
| XYZ | 65.58 | 85.1 | 30.42 | - |
| YUV | 225.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 119 | 0.15 | 0 | 0.53 | 0.01 | 77.59 | 0.96 | 0.73 |
| Hex | D5 | FC | 77 | F | 0 | 35 | 1 | 4E | 60 | 49 |
| Octal | 325 | 374 | 167 | 17 | 0 | 65 | 1 | 116 | 140 | 111 |
| Binary | 11010101 | 11111100 | 1110111 | 1111 | 0 | 110101 | 1 | 1001110 | 1100000 | 1001001 |
Color Harmonies of #D5FC77
Complementary color
Monochromatic Colors of #D5FC77
Black with #D5FC77
Text Example
Text Example
White with #D5FC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FC77; }
p { color: rgb(213,252,119); }
H1.HeaderClassName
{
color: #D5FC77;
}
.AnyTagClassName
{
color: #D5FC77;
}
</style>
background-color css
<style>
a { background-color: #D5FC77; }
a { background-color: rgb(213,252,119); }
div.DivClassName
{
background-color: #D5FC77;
}
.BgClassName
{
background-color: #D5FC77;
}
</style>
border-color css
<style>
span { border-color: #D5FC77; }
span { border-color: rgb(213,252,119); }
td.TdClassName
{
border-color: #D5FC77;
}
.TagClassName
{
border-color: #D5FC77;
}
</style>