#60BD4B

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

Shades of Apple #60BD4B

Tints of Apple #60BD4B

Color information

#60BD4B (or 0x60BD4B) is unknown color: approx Apple. HEX triplet: 60, BD and 4B. RGB value is (96,189,75). Sum of RGB (Red+Green+Blue) = 96+189+75=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD4B is #9F42B4. Grayscale: #949494. Windows color (decimal): -10437301 or 4963680. OLE color: 4963680.

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

Color convert

RGB9618975-
CMYK0.4900.600.26
HSL108.95º46.34%51.76%-
HSV(B)108.95º60.32%74.12%-
XYZ24.2939.3912.98-
YUV148.286.6990.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 189 (74.22% from 255) = 52.5%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=26.67%
G=52.5%
B=20.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96189750.4900.600.26108.9546.3451.76
Hex60BD4B3103C1A6d2e34
Octal14027511361074321555664
Binary11000001011110110010111100010111100110101101101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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