#60CA32

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

Shades of Apple #60CA32

Tints of Apple #60CA32

Color information

#60CA32 (or 0x60CA32) is unknown color: approx Apple. HEX triplet: 60, CA and 32. RGB value is (96,202,50). Sum of RGB (Red+Green+Blue) = 96+202+50=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA32 is #9F35CD. Grayscale: #999999. Windows color (decimal): -10433998 or 3328608. OLE color: 3328608.

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

Color convert

RGB9620250-
CMYK0.5200.750.21
HSL101.84º60.32%49.41%-
HSV(B)101.84º75.25%79.22%-
XYZ26.5244.9610.3-
YUV152.9869.8887.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 202 (79.30% from 255) = 58.05%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=27.59%
G=58.05%
B=14.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202500.5200.750.21101.8460.3249.41
Hex60CA323404B15663c31
Octal14031262640113251467461
Binary11000001100101011001011010001001011101011100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,202,50); }

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

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

 a { background-color: rgb(96,202,50); }

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

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

 span { border-color: rgb(96,202,50); }

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