Html Css Color HEX #50C33F Apple

📋 copy color: '#50C33F'

red 80 ◦ green 195 ◦ blue 63

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

Shades of Apple #50C33F

Tints of Apple #50C33F

RGB

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

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

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

R = 23.67%
G = 57.69%
B = 18.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#50C33F (or 0x50C33F) is known color: Apple. HEX triplet: 50, C3 and 3F. RGB value is (80,195,63). Sum of RGB (Red+Green+Blue) = 80+195+63=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #50C33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C33F is #AF3CC0. Grayscale: #919191. Windows color (decimal): -11484353 or 4178768. OLE color: 4178768.

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

Color convert

RGB 80 195 63 -
CMYK 0.59 0 0.68 0.24
HSL 112.27º 0.52% 0.51% -
HSV(B) 112.27º 0.68% 0.76% -
XYZ 23.72 41.09 11.38 -
YUV 145.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 80 195 63 0.59 0 0.68 0.24 112.27 0.52 0.51
Hex 50 C3 3F 3B 0 44 18 70 34 33
Octal 120 303 77 73 0 104 30 160 64 63
Binary 1010000 11000011 111111 111011 0 1000100 11000 1110000 110100 110011

Color Harmonies of #50C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C33F

Black with #50C33F

Text Example


Text Example

White with #50C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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