Html Css Color HEX #50CB4D Apple

📋 copy color: '#50CB4D'

red 80 ◦ green 203 ◦ blue 77

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

Shades of Apple #50CB4D

Tints of Apple #50CB4D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.39%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 22.22%
G = 56.39%
B = 21.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#50CB4D (or 0x50CB4D) is known color: Apple. HEX triplet: 50, CB and 4D. RGB value is (80,203,77). Sum of RGB (Red+Green+Blue) = 80+203+77=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB4D is #AF34B2. Grayscale: #989898. Windows color (decimal): -11482291 or 5098320. OLE color: 5098320.

HSL color Cylindrical-coordinate representation of color #50CB4D: hue angle of 118.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50CB4D is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 77 -
CMYK 0.61 0 0.62 0.20
HSL 118.57º 0.55% 0.55% -
HSV(B) 118.57º 0.62% 0.8% -
XYZ 26 44.95 14.33 -
YUV 151.86 85.75 76.75 -
System Red Green Blue C M Y K H S L
Decimal 80 203 77 0.61 0 0.62 0.20 118.57 0.55 0.55
Hex 50 CB 4D 3D 0 3E 14 77 37 37
Octal 120 313 115 75 0 76 24 167 67 67
Binary 1010000 11001011 1001101 111101 0 111110 10100 1110111 110111 110111

Color Harmonies of #50CB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB4D

Black with #50CB4D

Text Example


Text Example

White with #50CB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,77); }

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

background-color css

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

 a { background-color: rgb(80,203,77); }

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

border-color css

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

 span { border-color: rgb(80,203,77); }

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