Shades of Mindaro #D6FC54
Tints of Mindaro #D6FC54
RGB
CMYK
RGB Variations
Color information
#D6FC54 (or 0xD6FC54) is known color: Mindaro. HEX triplet: D6, FC and 54. RGB value is (214,252,84). Sum of RGB (Red+Green+Blue) = 214+252+84=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 84 (33.20% from 255 or 15.27% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FC54 is #2903AB. Grayscale: #DEDEDE. Windows color (decimal): -2687916 or 5569750. OLE color: 5569750.
HSL color Cylindrical-coordinate representation of color #D6FC54: hue angle of 73.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6FC54 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 252 | 84 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.01 |
| HSL | 73.57º | 0.97% | 0.66% | - |
| HSV(B) | 73.57º | 0.67% | 0.99% | - |
| XYZ | 64.14 | 84.56 | 21.33 | - |
| YUV | 221.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 84 | 0.15 | 0 | 0.67 | 0.01 | 73.57 | 0.97 | 0.66 |
| Hex | D6 | FC | 54 | F | 0 | 43 | 1 | 4A | 61 | 42 |
| Octal | 326 | 374 | 124 | 17 | 0 | 103 | 1 | 112 | 141 | 102 |
| Binary | 11010110 | 11111100 | 1010100 | 1111 | 0 | 1000011 | 1 | 1001010 | 1100001 | 1000010 |
Color Harmonies of #D6FC54
Complementary color
Monochromatic Colors of #D6FC54
Black with #D6FC54
Text Example
Text Example
White with #D6FC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FC54; }
p { color: rgb(214,252,84); }
H1.HeaderClassName
{
color: #D6FC54;
}
.AnyTagClassName
{
color: #D6FC54;
}
</style>
background-color css
<style>
a { background-color: #D6FC54; }
a { background-color: rgb(214,252,84); }
div.DivClassName
{
background-color: #D6FC54;
}
.BgClassName
{
background-color: #D6FC54;
}
</style>
border-color css
<style>
span { border-color: #D6FC54; }
span { border-color: rgb(214,252,84); }
td.TdClassName
{
border-color: #D6FC54;
}
.TagClassName
{
border-color: #D6FC54;
}
</style>