#61BB40

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

Shades of Apple #61BB40

Tints of Apple #61BB40

Color information

#61BB40 (or 0x61BB40) is unknown color: approx Apple. HEX triplet: 61, BB and 40. RGB value is (97,187,64). Sum of RGB (Red+Green+Blue) = 97+187+64=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BB40 is #9E44BF. Grayscale: #929292. Windows color (decimal): -10372288 or 4242273. OLE color: 4242273.

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

Color convert

RGB9718764-
CMYK0.4800.660.27
HSL103.9º49%49.22%-
HSV(B)103.9º65.78%73.33%-
XYZ23.6338.4511.03-
YUV146.0781.6893-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 187 (73.44% from 255) = 53.74%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=27.87%
G=53.74%
B=18.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97187640.4800.660.27103.94949.22
Hex61BB40300421B683131
Octal141273100600102331506161
Binary110000110111011100000011000001000010110111101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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