Html Css Color HEX #50C448 Apple

📋 copy color: '#50C448'

red 80 ◦ green 196 ◦ blue 72

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

Shades of Apple #50C448

Tints of Apple #50C448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.32%

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

R = 22.99%
G = 56.32%
B = 20.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#50C448 (or 0x50C448) is known color: Apple. HEX triplet: 50, C4 and 48. RGB value is (80,196,72). Sum of RGB (Red+Green+Blue) = 80+196+72=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #50C448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C448 is #AF3BB7. Grayscale: #939393. Windows color (decimal): -11484088 or 4768848. OLE color: 4768848.

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

Color convert

RGB 80 196 72 -
CMYK 0.59 0 0.63 0.23
HSL 116.13º 0.51% 0.53% -
HSV(B) 116.13º 0.63% 0.77% -
XYZ 24.22 41.65 12.89 -
YUV 147.18 85.57 80.08 -
System Red Green Blue C M Y K H S L
Decimal 80 196 72 0.59 0 0.63 0.23 116.13 0.51 0.53
Hex 50 C4 48 3B 0 3F 17 74 33 35
Octal 120 304 110 73 0 77 27 164 63 65
Binary 1010000 11000100 1001000 111011 0 111111 10111 1110100 110011 110101

Color Harmonies of #50C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C448

Black with #50C448

Text Example


Text Example

White with #50C448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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