#61C13E

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

Shades of Apple #61C13E

Tints of Apple #61C13E

Color information

#61C13E (or 0x61C13E) is unknown color: approx Apple. HEX triplet: 61, C1 and 3E. RGB value is (97,193,62). Sum of RGB (Red+Green+Blue) = 97+193+62=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #61C13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C13E is #9E3EC1. Grayscale: #959595. Windows color (decimal): -10370754 or 4112737. OLE color: 4112737.

HSL color Cylindrical-coordinate representation of color #61C13E: hue angle of 103.97º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61C13E is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB9719362-
CMYK0.5000.680.24
HSL103.97º51.37%50%-
HSV(B)103.97º67.88%75.69%-
XYZ24.8741.0311.17-
YUV149.3678.790.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 193 (75.78% from 255) = 54.83%
BLUE value IS 62 (24.61% from 255) = 17.61%
R=27.56%
G=54.83%
B=17.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97193620.5000.680.24103.9751.3750
Hex61C13E3204418683332
Octal14130176620104301506362
Binary11000011100000111111011001001000100110001101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,193,62); }

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

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

 a { background-color: rgb(97,193,62); }

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

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

 span { border-color: rgb(97,193,62); }

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