Html Css Color HEX #50BC39 Apple

📋 copy color: '#50BC39'

red 80 ◦ green 188 ◦ blue 57

#50BC39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #50BC39

Tints of Apple #50BC39

RGB

 RED value IS 80 (31.64% from 255) = 24.62%

 GREEN value IS 188 (73.83% from 255) = 57.85%

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 24.62%
G = 57.85%
B = 17.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#50BC39 (or 0x50BC39) is known color: Apple. HEX triplet: 50, BC and 39. RGB value is (80,188,57). Sum of RGB (Red+Green+Blue) = 80+188+57=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC39 is #AF43C6. Grayscale: #8D8D8D. Windows color (decimal): -11486151 or 3783760. OLE color: 3783760.

HSL color Cylindrical-coordinate representation of color #50BC39: hue angle of 109.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50BC39 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 57 -
CMYK 0.57 0 0.70 0.26
HSL 109.47º 0.53% 0.48% -
HSV(B) 109.47º 0.7% 0.74% -
XYZ 22.03 37.97 10.04 -
YUV 140.77 80.72 84.65 -
System Red Green Blue C M Y K H S L
Decimal 80 188 57 0.57 0 0.70 0.26 109.47 0.53 0.48
Hex 50 BC 39 39 0 46 1A 6D 35 30
Octal 120 274 71 71 0 106 32 155 65 60
Binary 1010000 10111100 111001 111001 0 1000110 11010 1101101 110101 110000

Color Harmonies of #50BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC39

Black with #50BC39

Text Example


Text Example

White with #50BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,57); }

 H1.HeaderClassName
 {
   color: #50BC39;
 }
 .AnyTagClassName
 {
   color: #50BC39;
 }
</style>

background-color css

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

 a { background-color: rgb(80,188,57); }

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

border-color css

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

 span { border-color: rgb(80,188,57); }

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