#60C755

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

Shades of Apple #60C755

Tints of Apple #60C755

Color information

#60C755 (or 0x60C755) is unknown color: approx Apple. HEX triplet: 60, C7 and 55. RGB value is (96,199,85). Sum of RGB (Red+Green+Blue) = 96+199+85=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #60C755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C755 is #9F38AA. Grayscale: #9B9B9B. Windows color (decimal): -10434731 or 5621600. OLE color: 5621600.

HSL color Cylindrical-coordinate representation of color #60C755: hue angle of 114.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60C755 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB9619985-
CMYK0.5200.570.22
HSL114.21º50.44%55.69%-
HSV(B)114.21º57.29%78.04%-
XYZ26.8943.9915.67-
YUV155.2188.3885.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 199 (78.12% from 255) = 52.37%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=25.26%
G=52.37%
B=22.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96199850.5200.570.22114.2150.4455.69
Hex60C7553403916723238
Octal14030712564071261626270
Binary11000001100011110101011101000111001101101110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,199,85); }

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

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

 a { background-color: rgb(96,199,85); }

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

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

 span { border-color: rgb(96,199,85); }

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