Shades of Mindaro #C8F965
Tints of Mindaro #C8F965
RGB
CMYK
RGB Variations
Color information
#C8F965 (or 0xC8F965) is known color: Mindaro. HEX triplet: C8, F9 and 65. RGB value is (200,249,101). Sum of RGB (Red+Green+Blue) = 200+249+101=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F965 is #37069A. Grayscale: #DADADA. Windows color (decimal): -3606171 or 6683080. OLE color: 6683080.
HSL color Cylindrical-coordinate representation of color #C8F965: hue angle of 79.86º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8F965 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 101 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.02 |
| HSL | 79.86º | 0.93% | 0.69% | - |
| HSV(B) | 79.86º | 0.59% | 0.98% | - |
| XYZ | 60.04 | 80.97 | 24.78 | - |
| YUV | 217.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 101 | 0.20 | 0 | 0.59 | 0.02 | 79.86 | 0.93 | 0.69 |
| Hex | C8 | F9 | 65 | 14 | 0 | 3B | 2 | 50 | 5C | 45 |
| Octal | 310 | 371 | 145 | 24 | 0 | 73 | 2 | 120 | 134 | 105 |
| Binary | 11001000 | 11111001 | 1100101 | 10100 | 0 | 111011 | 10 | 1010000 | 1011100 | 1000101 |
Color Harmonies of #C8F965
Complementary color
Monochromatic Colors of #C8F965
Black with #C8F965
Text Example
Text Example
White with #C8F965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F965; }
p { color: rgb(200,249,101); }
H1.HeaderClassName
{
color: #C8F965;
}
.AnyTagClassName
{
color: #C8F965;
}
</style>
background-color css
<style>
a { background-color: #C8F965; }
a { background-color: rgb(200,249,101); }
div.DivClassName
{
background-color: #C8F965;
}
.BgClassName
{
background-color: #C8F965;
}
</style>
border-color css
<style>
span { border-color: #C8F965; }
span { border-color: rgb(200,249,101); }
td.TdClassName
{
border-color: #C8F965;
}
.TagClassName
{
border-color: #C8F965;
}
</style>