Html Css Color HEX #50AB64 Chateau Green

📋 copy color: '#50AB64'

red 80 ◦ green 171 ◦ blue 100

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

Shades of Chateau Green #50AB64

Tints of Chateau Green #50AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.72%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 22.79%
G = 48.72%
B = 28.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#50AB64 (or 0x50AB64) is known color: Chateau Green. HEX triplet: 50, AB and 64. RGB value is (80,171,100). Sum of RGB (Red+Green+Blue) = 80+171+100=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB64 is #AF549B. Grayscale: #878787. Windows color (decimal): -11490460 or 6597456. OLE color: 6597456.

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

Color convert

RGB 80 171 100 -
CMYK 0.53 0 0.42 0.33
HSL 133.19º 0.36% 0.49% -
HSV(B) 133.19º 0.53% 0.67% -
XYZ 20.17 31.75 17.12 -
YUV 135.7 107.85 88.27 -
System Red Green Blue C M Y K H S L
Decimal 80 171 100 0.53 0 0.42 0.33 133.19 0.36 0.49
Hex 50 AB 64 35 0 2A 21 85 24 31
Octal 120 253 144 65 0 52 41 205 44 61
Binary 1010000 10101011 1100100 110101 0 101010 100001 10000101 100100 110001

Color Harmonies of #50AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB64

Black with #50AB64

Text Example


Text Example

White with #50AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,100); }

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

background-color css

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

 a { background-color: rgb(80,171,100); }

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

border-color css

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

 span { border-color: rgb(80,171,100); }

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