Shades of Mindaro #C8F35D
Tints of Mindaro #C8F35D
RGB
CMYK
RGB Variations
Color information
#C8F35D (or 0xC8F35D) is known color: Mindaro. HEX triplet: C8, F3 and 5D. RGB value is (200,243,93). Sum of RGB (Red+Green+Blue) = 200+243+93=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F35D is #370CA2. Grayscale: #D5D5D5. Windows color (decimal): -3607715 or 6157256. OLE color: 6157256.
HSL color Cylindrical-coordinate representation of color #C8F35D: hue angle of 77.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8F35D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 93 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.05 |
| HSL | 77.2º | 0.86% | 0.66% | - |
| HSV(B) | 77.2º | 0.62% | 0.95% | - |
| XYZ | 57.85 | 77.17 | 22.2 | - |
| YUV | 213.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 93 | 0.18 | 0 | 0.62 | 0.05 | 77.2 | 0.86 | 0.66 |
| Hex | C8 | F3 | 5D | 12 | 0 | 3E | 5 | 4D | 56 | 42 |
| Octal | 310 | 363 | 135 | 22 | 0 | 76 | 5 | 115 | 126 | 102 |
| Binary | 11001000 | 11110011 | 1011101 | 10010 | 0 | 111110 | 101 | 1001101 | 1010110 | 1000010 |
Color Harmonies of #C8F35D
Complementary color
Monochromatic Colors of #C8F35D
Black with #C8F35D
Text Example
Text Example
White with #C8F35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F35D; }
p { color: rgb(200,243,93); }
H1.HeaderClassName
{
color: #C8F35D;
}
.AnyTagClassName
{
color: #C8F35D;
}
</style>
background-color css
<style>
a { background-color: #C8F35D; }
a { background-color: rgb(200,243,93); }
div.DivClassName
{
background-color: #C8F35D;
}
.BgClassName
{
background-color: #C8F35D;
}
</style>
border-color css
<style>
span { border-color: #C8F35D; }
span { border-color: rgb(200,243,93); }
td.TdClassName
{
border-color: #C8F35D;
}
.TagClassName
{
border-color: #C8F35D;
}
</style>