Html Css Color HEX #50BD42 Apple

📋 copy color: '#50BD42'

red 80 ◦ green 189 ◦ blue 66

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

Shades of Apple #50BD42

Tints of Apple #50BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.42%

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 23.88%
G = 56.42%
B = 19.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#50BD42 (or 0x50BD42) is known color: Apple. HEX triplet: 50, BD and 42. RGB value is (80,189,66). Sum of RGB (Red+Green+Blue) = 80+189+66=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD42 is #AF42BD. Grayscale: #8E8E8E. Windows color (decimal): -11485886 or 4373840. OLE color: 4373840.

HSL color Cylindrical-coordinate representation of color #50BD42: hue angle of 113.17º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50BD42 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 189 66 -
CMYK 0.58 0 0.65 0.26
HSL 113.17º 0.48% 0.5% -
HSV(B) 113.17º 0.65% 0.74% -
XYZ 22.49 38.49 11.4 -
YUV 142.39 84.89 83.5 -
System Red Green Blue C M Y K H S L
Decimal 80 189 66 0.58 0 0.65 0.26 113.17 0.48 0.5
Hex 50 BD 42 3A 0 41 1A 71 30 32
Octal 120 275 102 72 0 101 32 161 60 62
Binary 1010000 10111101 1000010 111010 0 1000001 11010 1110001 110000 110010

Color Harmonies of #50BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD42

Black with #50BD42

Text Example


Text Example

White with #50BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,66); }

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

background-color css

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

 a { background-color: rgb(80,189,66); }

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

border-color css

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

 span { border-color: rgb(80,189,66); }

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