#81FF96

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

Shades of Mint Green #81FF96

Tints of Mint Green #81FF96

Color information

#81FF96 (or 0x81FF96) is unknown color: approx Mint Green. HEX triplet: 81, FF and 96. RGB value is (129,255,150). Sum of RGB (Red+Green+Blue) = 129+255+150=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FF96 is #7E0069. Grayscale: #CDCDCD. Windows color (decimal): -8257642 or 9895809. OLE color: 9895809.

HSL color Cylindrical-coordinate representation of color #81FF96: hue angle of 130º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FF96 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB129255150-
CMYK0.4900.410
HSL130º100%75.29%-
HSV(B)130º49.41%100%-
XYZ50.3278.3941.33-
YUV205.3696.7673.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.16%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=24.16%
G=47.75%
B=28.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292551500.4900.41013010075.29
Hex81FF9631029082644b
Octal201377226610510202144113
Binary100000011111111110010110110001010100101000001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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