#50B238

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

Shades of Apple #50B238

Tints of Apple #50B238

Color information

#50B238 (or 0x50B238) is unknown color: approx Apple. HEX triplet: 50, B2 and 38. RGB value is (80,178,56). Sum of RGB (Red+Green+Blue) = 80+178+56=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #50B238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B238 is #AF4DC7. Grayscale: #878787. Windows color (decimal): -11488712 or 3715664. OLE color: 3715664.

HSL color Cylindrical-coordinate representation of color #50B238: hue angle of 108.2º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50B238 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB8017856-
CMYK0.5500.690.30
HSL108.2º52.14%45.88%-
HSV(B)108.2º68.54%69.8%-
XYZ19.9433.839.22-
YUV134.7983.5388.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 178 (69.92% from 255) = 56.69%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=25.48%
G=56.69%
B=17.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80178560.5500.690.30108.252.1445.88
Hex50B238370451E6c342e
Octal12026270670105361546456
Binary10100001011001011100011011101000101111101101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,178,56); }

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

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

 a { background-color: rgb(80,178,56); }

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

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

 span { border-color: rgb(80,178,56); }

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