Shades of Mindaro #C5F064
Tints of Mindaro #C5F064
RGB
CMYK
RGB Variations
Color information
#C5F064 (or 0xC5F064) is known color: Mindaro. HEX triplet: C5, F0 and 64. RGB value is (197,240,100). Sum of RGB (Red+Green+Blue) = 197+240+100=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F064 is #3A0F9B. Grayscale: #D3D3D3. Windows color (decimal): -3805084 or 6615237. OLE color: 6615237.
HSL color Cylindrical-coordinate representation of color #C5F064: hue angle of 78.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5F064 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 100 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.06 |
| HSL | 78.43º | 0.82% | 0.67% | - |
| HSV(B) | 78.43º | 0.58% | 0.94% | - |
| XYZ | 56.49 | 75.11 | 23.58 | - |
| YUV | 211.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 100 | 0.18 | 0 | 0.58 | 0.06 | 78.43 | 0.82 | 0.67 |
| Hex | C5 | F0 | 64 | 12 | 0 | 3A | 6 | 4E | 52 | 43 |
| Octal | 305 | 360 | 144 | 22 | 0 | 72 | 6 | 116 | 122 | 103 |
| Binary | 11000101 | 11110000 | 1100100 | 10010 | 0 | 111010 | 110 | 1001110 | 1010010 | 1000011 |
Color Harmonies of #C5F064
Complementary color
Monochromatic Colors of #C5F064
Black with #C5F064
Text Example
Text Example
White with #C5F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F064; }
p { color: rgb(197,240,100); }
H1.HeaderClassName
{
color: #C5F064;
}
.AnyTagClassName
{
color: #C5F064;
}
</style>
background-color css
<style>
a { background-color: #C5F064; }
a { background-color: rgb(197,240,100); }
div.DivClassName
{
background-color: #C5F064;
}
.BgClassName
{
background-color: #C5F064;
}
</style>
border-color css
<style>
span { border-color: #C5F064; }
span { border-color: rgb(197,240,100); }
td.TdClassName
{
border-color: #C5F064;
}
.TagClassName
{
border-color: #C5F064;
}
</style>