#60C133

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

Shades of Apple #60C133

Tints of Apple #60C133

Color information

#60C133 (or 0x60C133) is unknown color: approx Apple. HEX triplet: 60, C1 and 33. RGB value is (96,193,51). Sum of RGB (Red+Green+Blue) = 96+193+51=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #60C133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C133 is #9F3ECC. Grayscale: #949494. Windows color (decimal): -10436301 or 3391840. OLE color: 3391840.

HSL color Cylindrical-coordinate representation of color #60C133: hue angle of 100.99º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60C133 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB9619351-
CMYK0.5000.740.24
HSL100.99º58.2%47.84%-
HSV(B)100.99º73.58%75.69%-
XYZ24.4940.879.73-
YUV147.8173.3691.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 193 (75.78% from 255) = 56.76%
BLUE value IS 51 (20.31% from 255) = 15%
R=28.24%
G=56.76%
B=15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96193510.5000.740.24100.9958.247.84
Hex60C1333204A18653a30
Octal14030163620112301457260
Binary11000001100000111001111001001001010110001100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,193,51); }

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

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

 a { background-color: rgb(96,193,51); }

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

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

 span { border-color: rgb(96,193,51); }

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