Html Css Color HEX #50C348 Apple

📋 copy color: '#50C348'

red 80 ◦ green 195 ◦ blue 72

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

Shades of Apple #50C348

Tints of Apple #50C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 23.05%
G = 56.2%
B = 20.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#50C348 (or 0x50C348) is known color: Apple. HEX triplet: 50, C3 and 48. RGB value is (80,195,72). Sum of RGB (Red+Green+Blue) = 80+195+72=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #50C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C348 is #AF3CB7. Grayscale: #929292. Windows color (decimal): -11484344 or 4768592. OLE color: 4768592.

HSL color Cylindrical-coordinate representation of color #50C348: hue angle of 116.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C348 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 72 -
CMYK 0.59 0 0.63 0.24
HSL 116.1º 0.51% 0.52% -
HSV(B) 116.1º 0.63% 0.76% -
XYZ 23.99 41.2 12.82 -
YUV 146.59 85.9 80.5 -
System Red Green Blue C M Y K H S L
Decimal 80 195 72 0.59 0 0.63 0.24 116.1 0.51 0.52
Hex 50 C3 48 3B 0 3F 18 74 33 34
Octal 120 303 110 73 0 77 30 164 63 64
Binary 1010000 11000011 1001000 111011 0 111111 11000 1110100 110011 110100

Color Harmonies of #50C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C348

Black with #50C348

Text Example


Text Example

White with #50C348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,195,72); }

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

background-color css

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

 a { background-color: rgb(80,195,72); }

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

border-color css

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

 span { border-color: rgb(80,195,72); }

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