#61BA38

Color #61BA38 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #61BA38

Tints of Apple #61BA38

Color information

#61BA38 (or 0x61BA38) is unknown color: approx Apple. HEX triplet: 61, BA and 38. RGB value is (97,186,56). Sum of RGB (Red+Green+Blue) = 97+186+56=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BA38 is #9E45C7. Grayscale: #919191. Windows color (decimal): -10372552 or 3717729. OLE color: 3717729.

HSL color Cylindrical-coordinate representation of color #61BA38: hue angle of 101.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61BA38 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB9718656-
CMYK0.4800.700.27
HSL101.08º53.72%47.45%-
HSV(B)101.08º69.89%72.94%-
XYZ23.237.949.84-
YUV144.5778.0194.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 186 (73.05% from 255) = 54.87%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=28.61%
G=54.87%
B=16.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97186560.4800.700.27101.0853.7247.45
Hex61BA38300461B65362f
Octal14127270600106331456657
Binary11000011011101011100011000001000110110111100101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61BA38; }

 p { color: rgb(97,186,56); }

 H1.HeaderClassName
 {
   color: #61BA38;
 }
 .AnyTagClassName
 {
   color: #61BA38;
 }
</style>
background-color css

<style>
 a { background-color: #61BA38; }

 a { background-color: rgb(97,186,56); }

 div.DivClassName
 {
   background-color: #61BA38;
 }
 .BgClassName
 {
   background-color: #61BA38;
 }
</style>
border-color css

<style>
 span { border-color: #61BA38; }

 span { border-color: rgb(97,186,56); }

 td.TdClassName
 {
   border-color: #61BA38;
 }
 .TagClassName
 {
   border-color: #61BA38;
 }
</style>