#60CB40

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

Shades of Apple #60CB40

Tints of Apple #60CB40

Color information

#60CB40 (or 0x60CB40) is unknown color: approx Apple. HEX triplet: 60, CB and 40. RGB value is (96,203,64). Sum of RGB (Red+Green+Blue) = 96+203+64=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CB40 is #9F34BF. Grayscale: #9B9B9B. Windows color (decimal): -10433728 or 4246368. OLE color: 4246368.

HSL color Cylindrical-coordinate representation of color #60CB40: hue angle of 106.19º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60CB40 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB9620364-
CMYK0.5300.680.20
HSL106.19º57.2%52.35%-
HSV(B)106.19º68.47%79.61%-
XYZ27.1145.5712.22-
YUV155.1676.5585.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 203 (79.69% from 255) = 55.92%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=26.45%
G=55.92%
B=17.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96203640.5300.680.20106.1957.252.35
Hex60CB4035044146a3934
Octal140313100650104241527164
Binary110000011001011100000011010101000100101001101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,203,64); }

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

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

 a { background-color: rgb(96,203,64); }

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

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

 span { border-color: rgb(96,203,64); }

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