Shades of Apple #61C04B
Tints of Apple #61C04B
RGB
CMYK
RGB Variations
Color information
#61C04B (or 0x61C04B) is known color: Apple. HEX triplet: 61, C0 and 4B. RGB value is (97,192,75). Sum of RGB (Red+Green+Blue) = 97+192+75=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #61C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C04B is #9E3FB4. Grayscale: #969696. Windows color (decimal): -10370997 or 4964449. OLE color: 4964449.
HSL color Cylindrical-coordinate representation of color #61C04B: hue angle of 108.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61C04B is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 75 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.25 |
| HSL | 108.72º | 0.48% | 0.52% | - |
| HSV(B) | 108.72º | 0.61% | 0.75% | - |
| XYZ | 25.05 | 40.75 | 13.2 | - |
| YUV | 150.26 | 85.53 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 75 | 0.49 | 0 | 0.61 | 0.25 | 108.72 | 0.48 | 0.52 |
| Hex | 61 | C0 | 4B | 31 | 0 | 3D | 19 | 6D | 30 | 34 |
| Octal | 141 | 300 | 113 | 61 | 0 | 75 | 31 | 155 | 60 | 64 |
| Binary | 1100001 | 11000000 | 1001011 | 110001 | 0 | 111101 | 11001 | 1101101 | 110000 | 110100 |
Color Harmonies of #61C04B
Complementary color
Monochromatic Colors of #61C04B
Black with #61C04B
Text Example
Text Example
White with #61C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C04B; }
p { color: rgb(97,192,75); }
H1.HeaderClassName
{
color: #61C04B;
}
.AnyTagClassName
{
color: #61C04B;
}
</style>
background-color css
<style>
a { background-color: #61C04B; }
a { background-color: rgb(97,192,75); }
div.DivClassName
{
background-color: #61C04B;
}
.BgClassName
{
background-color: #61C04B;
}
</style>
border-color css
<style>
span { border-color: #61C04B; }
span { border-color: rgb(97,192,75); }
td.TdClassName
{
border-color: #61C04B;
}
.TagClassName
{
border-color: #61C04B;
}
</style>