#61CC4C

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

Shades of Apple #61CC4C

Tints of Apple #61CC4C

Color information

#61CC4C (or 0x61CC4C) is unknown color: approx Apple. HEX triplet: 61, CC and 4C. RGB value is (97,204,76). Sum of RGB (Red+Green+Blue) = 97+204+76=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC4C is #9E33B3. Grayscale: #9D9D9D. Windows color (decimal): -10367924 or 5033057. OLE color: 5033057.

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

Color convert

RGB9720476-
CMYK0.5200.630.2
HSL110.16º55.65%54.9%-
HSV(B)110.16º62.75%80%-
XYZ27.8346.2514.3-
YUV157.4182.0584.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=25.73%
G=54.11%
B=20.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204760.5200.630.2110.1655.6554.9
Hex61CC4C3403F146e3837
Octal14131411464077241567067
Binary11000011100110010011001101000111111101001101110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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