#81CA96

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

Shades of Summer Green #81CA96

Tints of Summer Green #81CA96

Color information

#81CA96 (or 0x81CA96) is unknown color: approx Summer Green. HEX triplet: 81, CA and 96. RGB value is (129,202,150). Sum of RGB (Red+Green+Blue) = 129+202+150=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CA96 is #7E3569. Grayscale: #AEAEAE. Windows color (decimal): -8271210 or 9882241. OLE color: 9882241.

HSL color Cylindrical-coordinate representation of color #81CA96: hue angle of 137.26º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CA96 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB129202150-
CMYK0.3600.260.21
HSL137.26º40.78%64.9%-
HSV(B)137.26º36.14%79.22%-
XYZ35.6849.1136.45-
YUV174.24114.3295.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=26.82%
G=42.00%
B=31.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1292021500.3600.260.21137.2640.7864.9
Hex81CA962401A15892941
Octal201312226440322521151101
Binary10000001110010101001011010010001101010101100010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,202,150); }

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

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

 a { background-color: rgb(129,202,150); }

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

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

 span { border-color: rgb(129,202,150); }

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