Shades of Mindaro #C8FD58
Tints of Mindaro #C8FD58
RGB
CMYK
RGB Variations
Color information
#C8FD58 (or 0xC8FD58) is known color: Mindaro. HEX triplet: C8, FD and 58. RGB value is (200,253,88). Sum of RGB (Red+Green+Blue) = 200+253+88=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD58 is #3702A7. Grayscale: #DADADA. Windows color (decimal): -3605160 or 5832136. OLE color: 5832136.
HSL color Cylindrical-coordinate representation of color #C8FD58: hue angle of 79.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8FD58 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 88 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.01 |
| HSL | 79.27º | 0.98% | 0.67% | - |
| HSV(B) | 79.27º | 0.65% | 0.99% | - |
| XYZ | 60.71 | 83.23 | 22.1 | - |
| YUV | 218.34 | 54.44 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 88 | 0.21 | 0 | 0.65 | 0.01 | 79.27 | 0.98 | 0.67 |
| Hex | C8 | FD | 58 | 15 | 0 | 41 | 1 | 4F | 62 | 43 |
| Octal | 310 | 375 | 130 | 25 | 0 | 101 | 1 | 117 | 142 | 103 |
| Binary | 11001000 | 11111101 | 1011000 | 10101 | 0 | 1000001 | 1 | 1001111 | 1100010 | 1000011 |
Color Harmonies of #C8FD58
Complementary color
Monochromatic Colors of #C8FD58
Black with #C8FD58
Text Example
Text Example
White with #C8FD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD58; }
p { color: rgb(200,253,88); }
H1.HeaderClassName
{
color: #C8FD58;
}
.AnyTagClassName
{
color: #C8FD58;
}
</style>
background-color css
<style>
a { background-color: #C8FD58; }
a { background-color: rgb(200,253,88); }
div.DivClassName
{
background-color: #C8FD58;
}
.BgClassName
{
background-color: #C8FD58;
}
</style>
border-color css
<style>
span { border-color: #C8FD58; }
span { border-color: rgb(200,253,88); }
td.TdClassName
{
border-color: #C8FD58;
}
.TagClassName
{
border-color: #C8FD58;
}
</style>