#60C950

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

Shades of Apple #60C950

Tints of Apple #60C950

Color information

#60C950 (or 0x60C950) is unknown color: approx Apple. HEX triplet: 60, C9 and 50. RGB value is (96,201,80). Sum of RGB (Red+Green+Blue) = 96+201+80=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #60C950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C950 is #9F36AF. Grayscale: #9C9C9C. Windows color (decimal): -10434224 or 5294432. OLE color: 5294432.

HSL color Cylindrical-coordinate representation of color #60C950: hue angle of 112.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C950 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB9620180-
CMYK0.5200.600.21
HSL112.07º52.84%55.1%-
HSV(B)112.07º60.2%78.82%-
XYZ27.1644.8414.81-
YUV155.8185.2185.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 201 (78.91% from 255) = 53.32%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=25.46%
G=53.32%
B=21.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96201800.5200.600.21112.0752.8455.1
Hex60C9503403C15703537
Octal14031112064074251606567
Binary11000001100100110100001101000111100101011110000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60C950; }

 p { color: rgb(96,201,80); }

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

<style>
 a { background-color: #60C950; }

 a { background-color: rgb(96,201,80); }

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

<style>
 span { border-color: #60C950; }

 span { border-color: rgb(96,201,80); }

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