Html Css Color HEX #50A863 Chateau Green

📋 copy color: '#50A863'

red 80 ◦ green 168 ◦ blue 99

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

Shades of Chateau Green #50A863

Tints of Chateau Green #50A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 23.05%
G = 48.41%
B = 28.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#50A863 (or 0x50A863) is known color: Chateau Green. HEX triplet: 50, A8 and 63. RGB value is (80,168,99). Sum of RGB (Red+Green+Blue) = 80+168+99=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #50A863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A863 is #AF579C. Grayscale: #868686. Windows color (decimal): -11491229 or 6531152. OLE color: 6531152.

HSL color Cylindrical-coordinate representation of color #50A863: hue angle of 132.95º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A863 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 168 99 -
CMYK 0.52 0 0.41 0.34
HSL 132.95º 0.35% 0.49% -
HSV(B) 132.95º 0.52% 0.66% -
XYZ 19.56 30.61 16.68 -
YUV 133.82 108.35 89.61 -
System Red Green Blue C M Y K H S L
Decimal 80 168 99 0.52 0 0.41 0.34 132.95 0.35 0.49
Hex 50 A8 63 34 0 29 22 85 23 31
Octal 120 250 143 64 0 51 42 205 43 61
Binary 1010000 10101000 1100011 110100 0 101001 100010 10000101 100011 110001

Color Harmonies of #50A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A863

Black with #50A863

Text Example


Text Example

White with #50A863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,168,99); }

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

background-color css

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

 a { background-color: rgb(80,168,99); }

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

border-color css

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

 span { border-color: rgb(80,168,99); }

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