Shades of Mindaro #D8FB53
Tints of Mindaro #D8FB53
RGB
CMYK
RGB Variations
Color information
#D8FB53 (or 0xD8FB53) is known color: Mindaro. HEX triplet: D8, FB and 53. RGB value is (216,251,83). Sum of RGB (Red+Green+Blue) = 216+251+83=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FB53 is #2704AC. Grayscale: #DEDEDE. Windows color (decimal): -2557101 or 5503960. OLE color: 5503960.
HSL color Cylindrical-coordinate representation of color #D8FB53: hue angle of 72.5º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8FB53 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 83 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.02 |
| HSL | 72.5º | 0.95% | 0.65% | - |
| HSV(B) | 72.5º | 0.67% | 0.98% | - |
| XYZ | 64.38 | 84.22 | 21.05 | - |
| YUV | 221.38 | 49.9 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 83 | 0.14 | 0 | 0.67 | 0.02 | 72.5 | 0.95 | 0.65 |
| Hex | D8 | FB | 53 | E | 0 | 43 | 2 | 48 | 5F | 41 |
| Octal | 330 | 373 | 123 | 16 | 0 | 103 | 2 | 110 | 137 | 101 |
| Binary | 11011000 | 11111011 | 1010011 | 1110 | 0 | 1000011 | 10 | 1001000 | 1011111 | 1000001 |
Color Harmonies of #D8FB53
Complementary color
Monochromatic Colors of #D8FB53
Black with #D8FB53
Text Example
Text Example
White with #D8FB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB53; }
p { color: rgb(216,251,83); }
H1.HeaderClassName
{
color: #D8FB53;
}
.AnyTagClassName
{
color: #D8FB53;
}
</style>
background-color css
<style>
a { background-color: #D8FB53; }
a { background-color: rgb(216,251,83); }
div.DivClassName
{
background-color: #D8FB53;
}
.BgClassName
{
background-color: #D8FB53;
}
</style>
border-color css
<style>
span { border-color: #D8FB53; }
span { border-color: rgb(216,251,83); }
td.TdClassName
{
border-color: #D8FB53;
}
.TagClassName
{
border-color: #D8FB53;
}
</style>