Shades of Mindaro #C6F165
Tints of Mindaro #C6F165
RGB
CMYK
RGB Variations
Color information
#C6F165 (or 0xC6F165) is known color: Mindaro. HEX triplet: C6, F1 and 65. RGB value is (198,241,101). Sum of RGB (Red+Green+Blue) = 198+241+101=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F165 is #390E9A. Grayscale: #D4D4D4. Windows color (decimal): -3739291 or 6681030. OLE color: 6681030.
HSL color Cylindrical-coordinate representation of color #C6F165: hue angle of 78.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6F165 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 101 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.05 |
| HSL | 78.43º | 0.83% | 0.67% | - |
| HSV(B) | 78.43º | 0.58% | 0.95% | - |
| XYZ | 57.09 | 75.86 | 23.94 | - |
| YUV | 212.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 101 | 0.18 | 0 | 0.58 | 0.05 | 78.43 | 0.83 | 0.67 |
| Hex | C6 | F1 | 65 | 12 | 0 | 3A | 5 | 4E | 53 | 43 |
| Octal | 306 | 361 | 145 | 22 | 0 | 72 | 5 | 116 | 123 | 103 |
| Binary | 11000110 | 11110001 | 1100101 | 10010 | 0 | 111010 | 101 | 1001110 | 1010011 | 1000011 |
Color Harmonies of #C6F165
Complementary color
Monochromatic Colors of #C6F165
Black with #C6F165
Text Example
Text Example
White with #C6F165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F165; }
p { color: rgb(198,241,101); }
H1.HeaderClassName
{
color: #C6F165;
}
.AnyTagClassName
{
color: #C6F165;
}
</style>
background-color css
<style>
a { background-color: #C6F165; }
a { background-color: rgb(198,241,101); }
div.DivClassName
{
background-color: #C6F165;
}
.BgClassName
{
background-color: #C6F165;
}
</style>
border-color css
<style>
span { border-color: #C6F165; }
span { border-color: rgb(198,241,101); }
td.TdClassName
{
border-color: #C6F165;
}
.TagClassName
{
border-color: #C6F165;
}
</style>