Shades of Mindaro #C8FD5C
Tints of Mindaro #C8FD5C
RGB
CMYK
RGB Variations
Color information
#C8FD5C (or 0xC8FD5C) is known color: Mindaro. HEX triplet: C8, FD and 5C. RGB value is (200,253,92). Sum of RGB (Red+Green+Blue) = 200+253+92=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD5C is #3702A3. Grayscale: #DBDBDB. Windows color (decimal): -3605156 or 6094280. OLE color: 6094280.
HSL color Cylindrical-coordinate representation of color #C8FD5C: hue angle of 79.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8FD5C is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 92 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.01 |
| HSL | 79.75º | 0.98% | 0.68% | - |
| HSV(B) | 79.75º | 0.64% | 0.99% | - |
| XYZ | 60.88 | 83.3 | 23 | - |
| YUV | 218.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 92 | 0.21 | 0 | 0.64 | 0.01 | 79.75 | 0.98 | 0.68 |
| Hex | C8 | FD | 5C | 15 | 0 | 40 | 1 | 50 | 62 | 44 |
| Octal | 310 | 375 | 134 | 25 | 0 | 100 | 1 | 120 | 142 | 104 |
| Binary | 11001000 | 11111101 | 1011100 | 10101 | 0 | 1000000 | 1 | 1010000 | 1100010 | 1000100 |
Color Harmonies of #C8FD5C
Complementary color
Monochromatic Colors of #C8FD5C
Black with #C8FD5C
Text Example
Text Example
White with #C8FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD5C; }
p { color: rgb(200,253,92); }
H1.HeaderClassName
{
color: #C8FD5C;
}
.AnyTagClassName
{
color: #C8FD5C;
}
</style>
background-color css
<style>
a { background-color: #C8FD5C; }
a { background-color: rgb(200,253,92); }
div.DivClassName
{
background-color: #C8FD5C;
}
.BgClassName
{
background-color: #C8FD5C;
}
</style>
border-color css
<style>
span { border-color: #C8FD5C; }
span { border-color: rgb(200,253,92); }
td.TdClassName
{
border-color: #C8FD5C;
}
.TagClassName
{
border-color: #C8FD5C;
}
</style>