#50BF45

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

Shades of Apple #50BF45

Tints of Apple #50BF45

Color information

#50BF45 (or 0x50BF45) is unknown color: approx Apple. HEX triplet: 50, BF and 45. RGB value is (80,191,69). Sum of RGB (Red+Green+Blue) = 80+191+69=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF45 is #AF40BA. Grayscale: #909090. Windows color (decimal): -11485371 or 4570960. OLE color: 4570960.

HSL color Cylindrical-coordinate representation of color #50BF45: hue angle of 114.59º degrees, saturation: 0.49, 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 #50BF45 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB8019169-
CMYK0.5800.640.25
HSL114.59º48.8%50.98%-
HSV(B)114.59º63.87%74.9%-
XYZ23.0139.412.02-
YUV143.985.7382.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 191 (75% from 255) = 56.18%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=23.53%
G=56.18%
B=20.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80191690.5800.640.25114.5948.850.98
Hex50BF453A04019733133
Octal120277105720100311636163
Binary101000010111111100010111101001000000110011110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,69); }

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

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

 a { background-color: rgb(80,191,69); }

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

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

 span { border-color: rgb(80,191,69); }

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