Shades of Mindaro #D5FB68
Tints of Mindaro #D5FB68
RGB
CMYK
RGB Variations
Color information
#D5FB68 (or 0xD5FB68) is known color: Mindaro. HEX triplet: D5, FB and 68. RGB value is (213,251,104). Sum of RGB (Red+Green+Blue) = 213+251+104=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 104 (41.02% from 255 or 18.31% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB68 is #2A0497. Grayscale: #DFDFDF. Windows color (decimal): -2753688 or 6880213. OLE color: 6880213.
HSL color Cylindrical-coordinate representation of color #D5FB68: hue angle of 75.51º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5FB68 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 104 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.02 |
| HSL | 75.51º | 0.95% | 0.7% | - |
| HSV(B) | 75.51º | 0.59% | 0.98% | - |
| XYZ | 64.44 | 84.14 | 25.94 | - |
| YUV | 222.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 104 | 0.15 | 0 | 0.59 | 0.02 | 75.51 | 0.95 | 0.7 |
| Hex | D5 | FB | 68 | F | 0 | 3B | 2 | 4C | 5F | 46 |
| Octal | 325 | 373 | 150 | 17 | 0 | 73 | 2 | 114 | 137 | 106 |
| Binary | 11010101 | 11111011 | 1101000 | 1111 | 0 | 111011 | 10 | 1001100 | 1011111 | 1000110 |
Color Harmonies of #D5FB68
Complementary color
Monochromatic Colors of #D5FB68
Black with #D5FB68
Text Example
Text Example
White with #D5FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FB68; }
p { color: rgb(213,251,104); }
H1.HeaderClassName
{
color: #D5FB68;
}
.AnyTagClassName
{
color: #D5FB68;
}
</style>
background-color css
<style>
a { background-color: #D5FB68; }
a { background-color: rgb(213,251,104); }
div.DivClassName
{
background-color: #D5FB68;
}
.BgClassName
{
background-color: #D5FB68;
}
</style>
border-color css
<style>
span { border-color: #D5FB68; }
span { border-color: rgb(213,251,104); }
td.TdClassName
{
border-color: #D5FB68;
}
.TagClassName
{
border-color: #D5FB68;
}
</style>