Html Css Color HEX #50BD35 Apple

📋 copy color: '#50BD35'

red 80 ◦ green 189 ◦ blue 53

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

Shades of Apple #50BD35

Tints of Apple #50BD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 24.84%
G = 58.7%
B = 16.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#50BD35 (or 0x50BD35) is known color: Apple. HEX triplet: 50, BD and 35. RGB value is (80,189,53). Sum of RGB (Red+Green+Blue) = 80+189+53=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD35 is #AF42CA. Grayscale: #8D8D8D. Windows color (decimal): -11485899 or 3521872. OLE color: 3521872.

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

Color convert

RGB 80 189 53 -
CMYK 0.58 0 0.72 0.26
HSL 108.09º 0.56% 0.47% -
HSV(B) 108.09º 0.72% 0.74% -
XYZ 22.15 38.36 9.6 -
YUV 140.91 78.39 84.56 -
System Red Green Blue C M Y K H S L
Decimal 80 189 53 0.58 0 0.72 0.26 108.09 0.56 0.47
Hex 50 BD 35 3A 0 48 1A 6C 38 2F
Octal 120 275 65 72 0 110 32 154 70 57
Binary 1010000 10111101 110101 111010 0 1001000 11010 1101100 111000 101111

Color Harmonies of #50BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD35

Black with #50BD35

Text Example


Text Example

White with #50BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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