Html Css Color HEX #50C23A Apple

📋 copy color: '#50C23A'

red 80 ◦ green 194 ◦ blue 58

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

Shades of Apple #50C23A

Tints of Apple #50C23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.43%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 24.1%
G = 58.43%
B = 17.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#50C23A (or 0x50C23A) is known color: Apple. HEX triplet: 50, C2 and 3A. RGB value is (80,194,58). Sum of RGB (Red+Green+Blue) = 80+194+58=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #50C23A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C23A is #AF3DC5. Grayscale: #909090. Windows color (decimal): -11484614 or 3850832. OLE color: 3850832.

HSL color Cylindrical-coordinate representation of color #50C23A: hue angle of 110.29º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50C23A is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 58 -
CMYK 0.59 0 0.70 0.24
HSL 110.29º 0.54% 0.49% -
HSV(B) 110.29º 0.7% 0.76% -
XYZ 23.36 40.59 10.61 -
YUV 144.41 79.23 82.06 -
System Red Green Blue C M Y K H S L
Decimal 80 194 58 0.59 0 0.70 0.24 110.29 0.54 0.49
Hex 50 C2 3A 3B 0 46 18 6E 36 31
Octal 120 302 72 73 0 106 30 156 66 61
Binary 1010000 11000010 111010 111011 0 1000110 11000 1101110 110110 110001

Color Harmonies of #50C23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C23A

Black with #50C23A

Text Example


Text Example

White with #50C23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,58); }

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

background-color css

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

 a { background-color: rgb(80,194,58); }

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

border-color css

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

 span { border-color: rgb(80,194,58); }

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