#61C242

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

Shades of Apple #61C242

Tints of Apple #61C242

Color information

#61C242 (or 0x61C242) is unknown color: approx Apple. HEX triplet: 61, C2 and 42. RGB value is (97,194,66). Sum of RGB (Red+Green+Blue) = 97+194+66=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #61C242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C242 is #9E3DBD. Grayscale: #969696. Windows color (decimal): -10370494 or 4375137. OLE color: 4375137.

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

Color convert

RGB9719466-
CMYK0.5000.660.24
HSL105.47º51.2%50.98%-
HSV(B)105.47º65.98%76.08%-
XYZ25.241.5211.84-
YUV150.480.3689.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 194 (76.17% from 255) = 54.34%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=27.17%
G=54.34%
B=18.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97194660.5000.660.24105.4751.250.98
Hex61C2423204218693333
Octal141302102620102301516363
Binary110000111000010100001011001001000010110001101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,194,66); }

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

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

 a { background-color: rgb(97,194,66); }

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

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

 span { border-color: rgb(97,194,66); }

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