Html Css Color HEX #50A961 Chateau Green

📋 copy color: '#50A961'

red 80 ◦ green 169 ◦ blue 97

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

Shades of Chateau Green #50A961

Tints of Chateau Green #50A961

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.84%

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 23.12%
G = 48.84%
B = 28.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#50A961 (or 0x50A961) is known color: Chateau Green. HEX triplet: 50, A9 and 61. RGB value is (80,169,97). Sum of RGB (Red+Green+Blue) = 80+169+97=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #50A961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A961 is #AF569E. Grayscale: #868686. Windows color (decimal): -11490975 or 6400336. OLE color: 6400336.

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

Color convert

RGB 80 169 97 -
CMYK 0.53 0 0.43 0.34
HSL 131.46º 0.36% 0.49% -
HSV(B) 131.46º 0.53% 0.66% -
XYZ 19.65 30.94 16.25 -
YUV 134.18 107.01 89.35 -
System Red Green Blue C M Y K H S L
Decimal 80 169 97 0.53 0 0.43 0.34 131.46 0.36 0.49
Hex 50 A9 61 35 0 2B 22 83 24 31
Octal 120 251 141 65 0 53 42 203 44 61
Binary 1010000 10101001 1100001 110101 0 101011 100010 10000011 100100 110001

Color Harmonies of #50A961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A961

Black with #50A961

Text Example


Text Example

White with #50A961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,97); }

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

background-color css

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

 a { background-color: rgb(80,169,97); }

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

border-color css

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

 span { border-color: rgb(80,169,97); }

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