#60BF3C

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

Shades of Apple #60BF3C

Tints of Apple #60BF3C

Color information

#60BF3C (or 0x60BF3C) is unknown color: approx Apple. HEX triplet: 60, BF and 3C. RGB value is (96,191,60). Sum of RGB (Red+Green+Blue) = 96+191+60=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF3C is #9F40C3. Grayscale: #949494. Windows color (decimal): -10436804 or 3981152. OLE color: 3981152.

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

Color convert

RGB9619160-
CMYK0.5000.690.25
HSL103.51º52.19%49.22%-
HSV(B)103.51º68.59%74.9%-
XYZ24.2740.0710.73-
YUV147.6678.5391.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 60 (23.83% from 255) = 17.29%
R=27.67%
G=55.04%
B=17.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96191600.5000.690.25103.5152.1949.22
Hex60BF3C3204519683431
Octal14027774620105311506461
Binary11000001011111111110011001001000101110011101000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,191,60); }

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

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

 a { background-color: rgb(96,191,60); }

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

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

 span { border-color: rgb(96,191,60); }

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