Shades of Apple #61BD58
Tints of Apple #61BD58
RGB
CMYK
RGB Variations
Color information
#61BD58 (or 0x61BD58) is known color: Apple. HEX triplet: 61, BD and 58. RGB value is (97,189,88). Sum of RGB (Red+Green+Blue) = 97+189+88=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD58 is #9E42A7. Grayscale: #969696. Windows color (decimal): -10371752 or 5815649. OLE color: 5815649.
HSL color Cylindrical-coordinate representation of color #61BD58: hue angle of 114.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BD58 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 88 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.26 |
| HSL | 114.65º | 0.43% | 0.54% | - |
| HSV(B) | 114.65º | 0.53% | 0.74% | - |
| XYZ | 24.89 | 39.64 | 15.57 | - |
| YUV | 149.98 | 93.02 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 88 | 0.49 | 0 | 0.53 | 0.26 | 114.65 | 0.43 | 0.54 |
| Hex | 61 | BD | 58 | 31 | 0 | 35 | 1A | 73 | 2B | 36 |
| Octal | 141 | 275 | 130 | 61 | 0 | 65 | 32 | 163 | 53 | 66 |
| Binary | 1100001 | 10111101 | 1011000 | 110001 | 0 | 110101 | 11010 | 1110011 | 101011 | 110110 |
Color Harmonies of #61BD58
Complementary color
Monochromatic Colors of #61BD58
Black with #61BD58
Text Example
Text Example
White with #61BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD58; }
p { color: rgb(97,189,88); }
H1.HeaderClassName
{
color: #61BD58;
}
.AnyTagClassName
{
color: #61BD58;
}
</style>
background-color css
<style>
a { background-color: #61BD58; }
a { background-color: rgb(97,189,88); }
div.DivClassName
{
background-color: #61BD58;
}
.BgClassName
{
background-color: #61BD58;
}
</style>
border-color css
<style>
span { border-color: #61BD58; }
span { border-color: rgb(97,189,88); }
td.TdClassName
{
border-color: #61BD58;
}
.TagClassName
{
border-color: #61BD58;
}
</style>