#61C050

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

Shades of Apple #61C050

Tints of Apple #61C050

Color information

#61C050 (or 0x61C050) is unknown color: approx Apple. HEX triplet: 61, C0 and 50. RGB value is (97,192,80). Sum of RGB (Red+Green+Blue) = 97+192+80=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #61C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C050 is #9E3FAF. Grayscale: #979797. Windows color (decimal): -10370992 or 5292129. OLE color: 5292129.

HSL color Cylindrical-coordinate representation of color #61C050: hue angle of 110.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61C050 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB9719280-
CMYK0.4900.580.25
HSL110.89º47.06%53.33%-
HSV(B)110.89º58.33%75.29%-
XYZ25.2340.8214.14-
YUV150.8388.0389.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 192 (75.39% from 255) = 52.03%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=26.29%
G=52.03%
B=21.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97192800.4900.580.25110.8947.0653.33
Hex61C0503103A196f2f35
Octal14130012061072311575765
Binary11000011100000010100001100010111010110011101111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,80); }

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

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

 a { background-color: rgb(97,192,80); }

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

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

 span { border-color: rgb(97,192,80); }

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