#61CA42

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

Shades of Apple #61CA42

Tints of Apple #61CA42

Color information

#61CA42 (or 0x61CA42) is unknown color: approx Apple. HEX triplet: 61, CA and 42. RGB value is (97,202,66). Sum of RGB (Red+Green+Blue) = 97+202+66=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA42 is #9E35BD. Grayscale: #9B9B9B. Windows color (decimal): -10368446 or 4377185. OLE color: 4377185.

HSL color Cylindrical-coordinate representation of color #61CA42: hue angle of 106.32º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61CA42 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB9720266-
CMYK0.5200.670.21
HSL106.32º56.2%52.55%-
HSV(B)106.32º67.33%79.22%-
XYZ27.0345.1812.45-
YUV155.177.7186.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 202 (79.30% from 255) = 55.34%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=26.58%
G=55.34%
B=18.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97202660.5200.670.21106.3256.252.55
Hex61CA4234043156a3835
Octal141312102640103251527065
Binary110000111001010100001011010001000011101011101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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