#50BB36

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

Shades of Apple #50BB36

Tints of Apple #50BB36

Color information

#50BB36 (or 0x50BB36) is unknown color: approx Apple. HEX triplet: 50, BB and 36. RGB value is (80,187,54). Sum of RGB (Red+Green+Blue) = 80+187+54=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB36 is #AF44C9. Grayscale: #8C8C8C. Windows color (decimal): -11486410 or 3586896. OLE color: 3586896.

HSL color Cylindrical-coordinate representation of color #50BB36: hue angle of 108.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50BB36 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB8018754-
CMYK0.5700.710.27
HSL108.27º55.19%47.25%-
HSV(B)108.27º71.12%73.33%-
XYZ21.7437.519.58-
YUV139.8479.5585.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 187 (73.44% from 255) = 58.26%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=24.92%
G=58.26%
B=16.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80187540.5700.710.27108.2755.1947.25
Hex50BB36390471B6c372f
Octal12027366710107331546757
Binary10100001011101111011011100101000111110111101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50BB36; }

 p { color: rgb(80,187,54); }

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

<style>
 a { background-color: #50BB36; }

 a { background-color: rgb(80,187,54); }

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

<style>
 span { border-color: #50BB36; }

 span { border-color: rgb(80,187,54); }

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