#50BF3C

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

Shades of Apple #50BF3C

Tints of Apple #50BF3C

Color information

#50BF3C (or 0x50BF3C) is unknown color: approx Apple. HEX triplet: 50, BF and 3C. RGB value is (80,191,60). Sum of RGB (Red+Green+Blue) = 80+191+60=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF3C is #AF40C3. Grayscale: #8F8F8F. Windows color (decimal): -11485380 or 3981136. OLE color: 3981136.

HSL color Cylindrical-coordinate representation of color #50BF3C: hue angle of 110.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50BF3C is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB8019160-
CMYK0.5800.690.25
HSL110.84º52.19%49.22%-
HSV(B)110.84º68.59%74.9%-
XYZ22.7539.2910.66-
YUV142.8881.2383.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 191 (75% from 255) = 57.70%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=24.17%
G=57.70%
B=18.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80191600.5800.690.25110.8452.1949.22
Hex50BF3C3A045196f3431
Octal12027774720105311576461
Binary10100001011111111110011101001000101110011101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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