#60BE45

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

Shades of Apple #60BE45

Tints of Apple #60BE45

Color information

#60BE45 (or 0x60BE45) is unknown color: approx Apple. HEX triplet: 60, BE and 45. RGB value is (96,190,69). Sum of RGB (Red+Green+Blue) = 96+190+69=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #60BE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BE45 is #9F41BA. Grayscale: #949494. Windows color (decimal): -10437051 or 4570720. OLE color: 4570720.

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

Color convert

RGB9619069-
CMYK0.4900.640.25
HSL106.61º48.21%50.78%-
HSV(B)106.61º63.68%74.51%-
XYZ24.3139.7412.02-
YUV148.183.3690.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 190 (74.61% from 255) = 53.52%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=27.04%
G=53.52%
B=19.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96190690.4900.640.25106.6148.2150.78
Hex60BE4531040196b3033
Octal140276105610100311536063
Binary110000010111110100010111000101000000110011101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,190,69); }

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

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

 a { background-color: rgb(96,190,69); }

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

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

 span { border-color: rgb(96,190,69); }

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