#81CE71

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

Shades of Pastel Green #81CE71

Tints of Pastel Green #81CE71

Color information

#81CE71 (or 0x81CE71) is unknown color: approx Pastel Green. HEX triplet: 81, CE and 71. RGB value is (129,206,113). Sum of RGB (Red+Green+Blue) = 129+206+113=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE71 is #7E318E. Grayscale: #ACACAC. Windows color (decimal): -8270223 or 7458433. OLE color: 7458433.

HSL color Cylindrical-coordinate representation of color #81CE71: hue angle of 109.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CE71 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB129206113-
CMYK0.3700.450.19
HSL109.68º48.69%62.55%-
HSV(B)109.68º45.15%80.78%-
XYZ34.115023.48-
YUV172.3894.4997.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 206 (80.86% from 255) = 45.98%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=28.79%
G=45.98%
B=25.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1292061130.3700.450.19109.6848.6962.55
Hex81CE712502D136e313f
Octal20131616145055231566177
Binary100000011100111011100011001010101101100111101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,206,113); }

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

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

 a { background-color: rgb(129,206,113); }

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

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

 span { border-color: rgb(129,206,113); }

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