#81CB73

Color #81CB73 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #81CB73

Tints of Pastel Green #81CB73

Color information

#81CB73 (or 0x81CB73) is unknown color: approx Pastel Green. HEX triplet: 81, CB and 73. RGB value is (129,203,115). Sum of RGB (Red+Green+Blue) = 129+203+115=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB73 is #7E348C. Grayscale: #ABABAB. Windows color (decimal): -8270989 or 7588737. OLE color: 7588737.

HSL color Cylindrical-coordinate representation of color #81CB73: hue angle of 110.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81CB73 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB129203115-
CMYK0.3600.430.20
HSL110.45º45.83%62.35%-
HSV(B)110.45º43.35%79.61%-
XYZ33.548.6223.84-
YUV170.8496.4898.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.86%
GREEN value IS 203 (79.69% from 255) = 45.41%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=28.86%
G=45.41%
B=25.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1292031150.3600.430.20110.4545.8362.35
Hex81CB732402B146e2e3e
Octal20131316344053241565676
Binary100000011100101111100111001000101011101001101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81CB73; }

 p { color: rgb(129,203,115); }

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

<style>
 a { background-color: #81CB73; }

 a { background-color: rgb(129,203,115); }

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

<style>
 span { border-color: #81CB73; }

 span { border-color: rgb(129,203,115); }

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