#61BB49

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

Shades of Apple #61BB49

Tints of Apple #61BB49

Color information

#61BB49 (or 0x61BB49) is unknown color: approx Apple. HEX triplet: 61, BB and 49. RGB value is (97,187,73). Sum of RGB (Red+Green+Blue) = 97+187+73=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BB49 is #9E44B6. Grayscale: #939393. Windows color (decimal): -10372279 or 4832097. OLE color: 4832097.

HSL color Cylindrical-coordinate representation of color #61BB49: hue angle of 107.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61BB49 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB9718773-
CMYK0.4800.610.27
HSL107.37º45.6%50.98%-
HSV(B)107.37º60.96%73.33%-
XYZ23.938.5612.49-
YUV147.0986.1892.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=27.17%
G=52.38%
B=20.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97187730.4800.610.27107.3745.650.98
Hex61BB493003D1B6b2e33
Octal14127311160075331535663
Binary11000011011101110010011100000111101110111101011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,73); }

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

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

 a { background-color: rgb(97,187,73); }

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

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

 span { border-color: rgb(97,187,73); }

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