#61BB4A

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

Shades of Apple #61BB4A

Tints of Apple #61BB4A

Color information

#61BB4A (or 0x61BB4A) is unknown color: approx Apple. HEX triplet: 61, BB and 4A. RGB value is (97,187,74). Sum of RGB (Red+Green+Blue) = 97+187+74=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BB4A is #9E44B5. Grayscale: #939393. Windows color (decimal): -10372278 or 4897633. OLE color: 4897633.

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

Color convert

RGB9718774-
CMYK0.4800.600.27
HSL107.79º45.38%51.18%-
HSV(B)107.79º60.43%73.33%-
XYZ23.9438.5812.66-
YUV147.2186.6892.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 187 (73.44% from 255) = 52.23%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=27.09%
G=52.23%
B=20.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97187740.4800.600.27107.7945.3851.18
Hex61BB4A3003C1B6c2d33
Octal14127311260074331545563
Binary11000011011101110010101100000111100110111101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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