#61C34C

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

Shades of Apple #61C34C

Tints of Apple #61C34C

Color information

#61C34C (or 0x61C34C) is unknown color: approx Apple. HEX triplet: 61, C3 and 4C. RGB value is (97,195,76). Sum of RGB (Red+Green+Blue) = 97+195+76=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #61C34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C34C is #9E3CB3. Grayscale: #989898. Windows color (decimal): -10370228 or 5030753. OLE color: 5030753.

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

Color convert

RGB9719576-
CMYK0.5000.610.24
HSL109.41º49.79%53.14%-
HSV(B)109.41º61.03%76.47%-
XYZ25.7542.0913.61-
YUV152.1385.0388.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 195 (76.56% from 255) = 52.99%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=26.36%
G=52.99%
B=20.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97195760.5000.610.24109.4149.7953.14
Hex61C34C3203D186d3235
Octal14130311462075301556265
Binary11000011100001110011001100100111101110001101101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,195,76); }

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

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

 a { background-color: rgb(97,195,76); }

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

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

 span { border-color: rgb(97,195,76); }

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