Shades of Apple #61BA3C
Tints of Apple #61BA3C
RGB
CMYK
RGB Variations
Color information
#61BA3C (or 0x61BA3C) is known color: Apple. HEX triplet: 61, BA and 3C. RGB value is (97,186,60). Sum of RGB (Red+Green+Blue) = 97+186+60=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA3C is #9E45C3. Grayscale: #919191. Windows color (decimal): -10372548 or 3979873. OLE color: 3979873.
HSL color Cylindrical-coordinate representation of color #61BA3C: hue angle of 102.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61BA3C is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
RGB | 97 | 186 | 60 | - |
CMYK | 0.48 | 0 | 0.68 | 0.27 |
HSL | 102.38º | 0.51% | 0.48% | - |
HSV(B) | 102.38º | 0.68% | 0.73% | - |
XYZ | 23.3 | 37.99 | 10.38 | - |
YUV | 145.03 | 80.01 | 93.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 186 | 60 | 0.48 | 0 | 0.68 | 0.27 | 102.38 | 0.51 | 0.48 |
Hex | 61 | BA | 3C | 30 | 0 | 44 | 1B | 66 | 33 | 30 |
Octal | 141 | 272 | 74 | 60 | 0 | 104 | 33 | 146 | 63 | 60 |
Binary | 1100001 | 10111010 | 111100 | 110000 | 0 | 1000100 | 11011 | 1100110 | 110011 | 110000 |
Color Harmonies of #61BA3C
Complementary color
Monochromatic Colors of #61BA3C
Black with #61BA3C
Text Example
Text Example
White with #61BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BA3C; }
p { color: rgb(97,186,60); }
H1.HeaderClassName
{
color: #61BA3C;
}
.AnyTagClassName
{
color: #61BA3C;
}
</style>
background-color css
<style>
a { background-color: #61BA3C; }
a { background-color: rgb(97,186,60); }
div.DivClassName
{
background-color: #61BA3C;
}
.BgClassName
{
background-color: #61BA3C;
}
</style>
border-color css
<style>
span { border-color: #61BA3C; }
span { border-color: rgb(97,186,60); }
td.TdClassName
{
border-color: #61BA3C;
}
.TagClassName
{
border-color: #61BA3C;
}
</style>