Shades of Mindaro #D5FB65
Tints of Mindaro #D5FB65
RGB
CMYK
RGB Variations
Color information
#D5FB65 (or 0xD5FB65) is known color: Mindaro. HEX triplet: D5, FB and 65. RGB value is (213,251,101). Sum of RGB (Red+Green+Blue) = 213+251+101=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB65 is #2A049A. Grayscale: #DFDFDF. Windows color (decimal): -2753691 or 6683605. OLE color: 6683605.
HSL color Cylindrical-coordinate representation of color #D5FB65: hue angle of 75.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5FB65 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 101 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.02 |
| HSL | 75.2º | 0.95% | 0.69% | - |
| HSV(B) | 75.2º | 0.6% | 0.98% | - |
| XYZ | 64.29 | 84.08 | 25.15 | - |
| YUV | 222.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 101 | 0.15 | 0 | 0.60 | 0.02 | 75.2 | 0.95 | 0.69 |
| Hex | D5 | FB | 65 | F | 0 | 3C | 2 | 4B | 5F | 45 |
| Octal | 325 | 373 | 145 | 17 | 0 | 74 | 2 | 113 | 137 | 105 |
| Binary | 11010101 | 11111011 | 1100101 | 1111 | 0 | 111100 | 10 | 1001011 | 1011111 | 1000101 |
Color Harmonies of #D5FB65
Complementary color
Monochromatic Colors of #D5FB65
Black with #D5FB65
Text Example
Text Example
White with #D5FB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB65; }
p { color: rgb(213,251,101); }
H1.HeaderClassName
{
color: #D5FB65;
}
.AnyTagClassName
{
color: #D5FB65;
}
</style>
background-color css
<style>
a { background-color: #D5FB65; }
a { background-color: rgb(213,251,101); }
div.DivClassName
{
background-color: #D5FB65;
}
.BgClassName
{
background-color: #D5FB65;
}
</style>
border-color css
<style>
span { border-color: #D5FB65; }
span { border-color: rgb(213,251,101); }
td.TdClassName
{
border-color: #D5FB65;
}
.TagClassName
{
border-color: #D5FB65;
}
</style>