#61CC40

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

Shades of Apple #61CC40

Tints of Apple #61CC40

Color information

#61CC40 (or 0x61CC40) is unknown color: approx Apple. HEX triplet: 61, CC and 40. RGB value is (97,204,64). Sum of RGB (Red+Green+Blue) = 97+204+64=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC40 is #9E33BF. Grayscale: #9C9C9C. Windows color (decimal): -10367936 or 4246625. OLE color: 4246625.

HSL color Cylindrical-coordinate representation of color #61CC40: hue angle of 105.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61CC40 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB9720464-
CMYK0.5200.690.2
HSL105.86º57.85%52.55%-
HSV(B)105.86º68.63%80%-
XYZ27.4546.112.3-
YUV156.0576.0585.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 204 (80.08% from 255) = 55.89%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=26.58%
G=55.89%
B=17.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204640.5200.690.2105.8657.8552.55
Hex61CC4034045146a3a35
Octal141314100640105241527265
Binary110000111001100100000011010001000101101001101010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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