Shades of Mindaro #D7FE5C
Tints of Mindaro #D7FE5C
RGB
CMYK
RGB Variations
Color information
#D7FE5C (or 0xD7FE5C) is known color: Mindaro. HEX triplet: D7, FE and 5C. RGB value is (215,254,92). Sum of RGB (Red+Green+Blue) = 215+254+92=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FE5C is #2801A3. Grayscale: #E0E0E0. Windows color (decimal): -2621860 or 6094551. OLE color: 6094551.
HSL color Cylindrical-coordinate representation of color #D7FE5C: hue angle of 74.44º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7FE5C is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 254 | 92 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.00 |
| HSL | 74.44º | 0.99% | 0.68% | - |
| HSV(B) | 74.44º | 0.64% | 1% | - |
| XYZ | 65.4 | 86.1 | 23.3 | - |
| YUV | 223.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 254 | 92 | 0.15 | 0 | 0.64 | 0.00 | 74.44 | 0.99 | 0.68 |
| Hex | D7 | FE | 5C | F | 0 | 40 | 0 | 4A | 63 | 44 |
| Octal | 327 | 376 | 134 | 17 | 0 | 100 | 0 | 112 | 143 | 104 |
| Binary | 11010111 | 11111110 | 1011100 | 1111 | 0 | 1000000 | 0 | 1001010 | 1100011 | 1000100 |
Color Harmonies of #D7FE5C
Complementary color
Monochromatic Colors of #D7FE5C
Black with #D7FE5C
Text Example
Text Example
White with #D7FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FE5C; }
p { color: rgb(215,254,92); }
H1.HeaderClassName
{
color: #D7FE5C;
}
.AnyTagClassName
{
color: #D7FE5C;
}
</style>
background-color css
<style>
a { background-color: #D7FE5C; }
a { background-color: rgb(215,254,92); }
div.DivClassName
{
background-color: #D7FE5C;
}
.BgClassName
{
background-color: #D7FE5C;
}
</style>
border-color css
<style>
span { border-color: #D7FE5C; }
span { border-color: rgb(215,254,92); }
td.TdClassName
{
border-color: #D7FE5C;
}
.TagClassName
{
border-color: #D7FE5C;
}
</style>