#61C040

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

Shades of Apple #61C040

Tints of Apple #61C040

Color information

#61C040 (or 0x61C040) is unknown color: approx Apple. HEX triplet: 61, C0 and 40. RGB value is (97,192,64). Sum of RGB (Red+Green+Blue) = 97+192+64=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #61C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C040 is #9E3FBF. Grayscale: #959595. Windows color (decimal): -10371008 or 4243553. OLE color: 4243553.

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

Color convert

RGB9719264-
CMYK0.4900.670.25
HSL104.53º50.39%50.2%-
HSV(B)104.53º66.67%75.29%-
XYZ24.740.6111.39-
YUV14980.0390.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 192 (75.39% from 255) = 54.39%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=27.48%
G=54.39%
B=18.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97192640.4900.670.25104.5350.3950.2
Hex61C0403104319693232
Octal141300100610103311516262
Binary110000111000000100000011000101000011110011101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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