#83AE50

Color #83AE50 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #83AE50

Tints of Chelsea Cucumber #83AE50

Color information

#83AE50 (or 0x83AE50) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AE and 50. RGB value is (131,174,80). Sum of RGB (Red+Green+Blue) = 131+174+80=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AE50 is #7C51AF. Grayscale: #969696. Windows color (decimal): -8147376 or 5287555. OLE color: 5287555.

HSL color Cylindrical-coordinate representation of color #83AE50: hue angle of 87.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83AE50 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB13117480-
CMYK0.2500.540.32
HSL87.45º37.01%49.8%-
HSV(B)87.45º54.02%68.24%-
XYZ25.9435.6813.11-
YUV150.4388.25114.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=34.03%
G=45.19%
B=20.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131174800.2500.540.3287.4537.0149.8
Hex83AE501903620572532
Octal20325612031066401274562
Binary100000111010111010100001100101101101000001010111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AE50; }

 p { color: rgb(131,174,80); }

 H1.HeaderClassName
 {
   color: #83AE50;
 }
 .AnyTagClassName
 {
   color: #83AE50;
 }
</style>
background-color css

<style>
 a { background-color: #83AE50; }

 a { background-color: rgb(131,174,80); }

 div.DivClassName
 {
   background-color: #83AE50;
 }
 .BgClassName
 {
   background-color: #83AE50;
 }
</style>
border-color css

<style>
 span { border-color: #83AE50; }

 span { border-color: rgb(131,174,80); }

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