#60BF3E

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

Shades of Apple #60BF3E

Tints of Apple #60BF3E

Color information

#60BF3E (or 0x60BF3E) is unknown color: approx Apple. HEX triplet: 60, BF and 3E. RGB value is (96,191,62). Sum of RGB (Red+Green+Blue) = 96+191+62=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF3E is #9F40C1. Grayscale: #949494. Windows color (decimal): -10436802 or 4112224. OLE color: 4112224.

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

Color convert

RGB9619162-
CMYK0.5000.680.25
HSL104.19º50.99%49.61%-
HSV(B)104.19º67.54%74.9%-
XYZ24.3240.111.01-
YUV147.8979.5390.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 191 (75% from 255) = 54.73%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=27.51%
G=54.73%
B=17.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96191620.5000.680.25104.1950.9949.61
Hex60BF3E3204419683332
Octal14027776620104311506362
Binary11000001011111111111011001001000100110011101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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