#60bd3b

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

Shades of Apple #60BD3B

Tints of Apple #60BD3B

Color information

#60BD3B (or 0x60BD3B) is unknown color: approx Apple. HEX triplet: 60, BD and 3B. RGB value is (96,189,59). Sum of RGB (Red+Green+Blue) = 96+189+59=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD3B is #9F42C4. Grayscale: #929292. Windows color (decimal): -10437317 or 3915104. OLE color: 3915104.

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

Color convert

RGB9618959-
CMYK0.4900.690.26
HSL102.92º52.42%48.63%-
HSV(B)102.92º68.78%74.12%-
XYZ23.8139.210.45-
YUV146.3778.6992.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=27.91%
G=54.94%
B=17.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96189590.4900.690.26102.9252.4248.63
Hex60BD3B310451A673431
Octal14027573610105321476461
Binary11000001011110111101111000101000101110101100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60bd3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,59); }

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

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

 a { background-color: rgb(96,189,59); }

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

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

 span { border-color: rgb(96,189,59); }

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