Shades of Apple #61BB34
Tints of Apple #61BB34
RGB
CMYK
RGB Variations
Color information
#61BB34 (or 0x61BB34) is known color: Apple. HEX triplet: 61, BB and 34. RGB value is (97,187,52). Sum of RGB (Red+Green+Blue) = 97+187+52=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BB34 is #9E44CB. Grayscale: #919191. Windows color (decimal): -10372300 or 3455841. OLE color: 3455841.
HSL color Cylindrical-coordinate representation of color #61BB34: hue angle of 100º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61BB34 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 52 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.27 |
| HSL | 100º | 0.56% | 0.47% | - |
| HSV(B) | 100º | 0.72% | 0.73% | - |
| XYZ | 23.32 | 38.33 | 9.42 | - |
| YUV | 144.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 52 | 0.48 | 0 | 0.72 | 0.27 | 100 | 0.56 | 0.47 |
| Hex | 61 | BB | 34 | 30 | 0 | 48 | 1B | 64 | 38 | 2F |
| Octal | 141 | 273 | 64 | 60 | 0 | 110 | 33 | 144 | 70 | 57 |
| Binary | 1100001 | 10111011 | 110100 | 110000 | 0 | 1001000 | 11011 | 1100100 | 111000 | 101111 |
Color Harmonies of #61BB34
Complementary color
Monochromatic Colors of #61BB34
Black with #61BB34
Text Example
Text Example
White with #61BB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB34; }
p { color: rgb(97,187,52); }
H1.HeaderClassName
{
color: #61BB34;
}
.AnyTagClassName
{
color: #61BB34;
}
</style>
background-color css
<style>
a { background-color: #61BB34; }
a { background-color: rgb(97,187,52); }
div.DivClassName
{
background-color: #61BB34;
}
.BgClassName
{
background-color: #61BB34;
}
</style>
border-color css
<style>
span { border-color: #61BB34; }
span { border-color: rgb(97,187,52); }
td.TdClassName
{
border-color: #61BB34;
}
.TagClassName
{
border-color: #61BB34;
}
</style>