Shades of Mindaro #D5FE67
Tints of Mindaro #D5FE67
RGB
CMYK
RGB Variations
Color information
#D5FE67 (or 0xD5FE67) is known color: Mindaro. HEX triplet: D5, FE and 67. RGB value is (213,254,103). Sum of RGB (Red+Green+Blue) = 213+254+103=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FE67 is #2A0198. Grayscale: #E1E1E1. Windows color (decimal): -2752921 or 6815445. OLE color: 6815445.
HSL color Cylindrical-coordinate representation of color #D5FE67: hue angle of 76.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5FE67 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 103 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.00 |
| HSL | 76.29º | 0.99% | 0.7% | - |
| HSV(B) | 76.29º | 0.59% | 1% | - |
| XYZ | 65.33 | 86.01 | 25.99 | - |
| YUV | 224.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 103 | 0.16 | 0 | 0.59 | 0.00 | 76.29 | 0.99 | 0.7 |
| Hex | D5 | FE | 67 | 10 | 0 | 3B | 0 | 4C | 63 | 46 |
| Octal | 325 | 376 | 147 | 20 | 0 | 73 | 0 | 114 | 143 | 106 |
| Binary | 11010101 | 11111110 | 1100111 | 10000 | 0 | 111011 | 0 | 1001100 | 1100011 | 1000110 |
Color Harmonies of #D5FE67
Complementary color
Monochromatic Colors of #D5FE67
Black with #D5FE67
Text Example
Text Example
White with #D5FE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE67; }
p { color: rgb(213,254,103); }
H1.HeaderClassName
{
color: #D5FE67;
}
.AnyTagClassName
{
color: #D5FE67;
}
</style>
background-color css
<style>
a { background-color: #D5FE67; }
a { background-color: rgb(213,254,103); }
div.DivClassName
{
background-color: #D5FE67;
}
.BgClassName
{
background-color: #D5FE67;
}
</style>
border-color css
<style>
span { border-color: #D5FE67; }
span { border-color: rgb(213,254,103); }
td.TdClassName
{
border-color: #D5FE67;
}
.TagClassName
{
border-color: #D5FE67;
}
</style>