Shades of Mindaro #D6FF53
Tints of Mindaro #D6FF53
RGB
CMYK
RGB Variations
Color information
#D6FF53 (or 0xD6FF53) is known color: Mindaro. HEX triplet: D6, FF and 53. RGB value is (214,255,83). Sum of RGB (Red+Green+Blue) = 214+255+83=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 83 (32.81% from 255 or 15.04% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF53 is #2900AC. Grayscale: #DFDFDF. Windows color (decimal): -2687149 or 5504982. OLE color: 5504982.
HSL color Cylindrical-coordinate representation of color #D6FF53: hue angle of 74.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6FF53 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 83 | - |
| CMYK | 0.16 | 0 | 0.67 | 0 |
| HSL | 74.3º | 1% | 0.66% | - |
| HSV(B) | 74.3º | 0.67% | 1% | - |
| XYZ | 65.05 | 86.44 | 21.44 | - |
| YUV | 223.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 83 | 0.16 | 0 | 0.67 | 0 | 74.3 | 1 | 0.66 |
| Hex | D6 | FF | 53 | 10 | 0 | 43 | 0 | 4A | 64 | 42 |
| Octal | 326 | 377 | 123 | 20 | 0 | 103 | 0 | 112 | 144 | 102 |
| Binary | 11010110 | 11111111 | 1010011 | 10000 | 0 | 1000011 | 0 | 1001010 | 1100100 | 1000010 |
Color Harmonies of #D6FF53
Complementary color
Monochromatic Colors of #D6FF53
Black with #D6FF53
Text Example
Text Example
White with #D6FF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF53; }
p { color: rgb(214,255,83); }
H1.HeaderClassName
{
color: #D6FF53;
}
.AnyTagClassName
{
color: #D6FF53;
}
</style>
background-color css
<style>
a { background-color: #D6FF53; }
a { background-color: rgb(214,255,83); }
div.DivClassName
{
background-color: #D6FF53;
}
.BgClassName
{
background-color: #D6FF53;
}
</style>
border-color css
<style>
span { border-color: #D6FF53; }
span { border-color: rgb(214,255,83); }
td.TdClassName
{
border-color: #D6FF53;
}
.TagClassName
{
border-color: #D6FF53;
}
</style>