Html Css Color HEX #50BB3F Apple

📋 copy color: '#50BB3F'

red 80 ◦ green 187 ◦ blue 63

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

Shades of Apple #50BB3F

Tints of Apple #50BB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.67%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 24.24%
G = 56.67%
B = 19.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#50BB3F (or 0x50BB3F) is known color: Apple. HEX triplet: 50, BB and 3F. RGB value is (80,187,63). Sum of RGB (Red+Green+Blue) = 80+187+63=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BB3F is #AF44C0. Grayscale: #8D8D8D. Windows color (decimal): -11486401 or 4176720. OLE color: 4176720.

HSL color Cylindrical-coordinate representation of color #50BB3F: hue angle of 111.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BB3F is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 63 -
CMYK 0.57 0 0.66 0.27
HSL 111.77º 0.5% 0.49% -
HSV(B) 111.77º 0.66% 0.73% -
XYZ 21.98 37.61 10.8 -
YUV 140.87 84.05 84.58 -
System Red Green Blue C M Y K H S L
Decimal 80 187 63 0.57 0 0.66 0.27 111.77 0.5 0.49
Hex 50 BB 3F 39 0 42 1B 70 32 31
Octal 120 273 77 71 0 102 33 160 62 61
Binary 1010000 10111011 111111 111001 0 1000010 11011 1110000 110010 110001

Color Harmonies of #50BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB3F

Black with #50BB3F

Text Example


Text Example

White with #50BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,187,63); }

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

background-color css

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

 a { background-color: rgb(80,187,63); }

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

border-color css

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

 span { border-color: rgb(80,187,63); }

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