#81F7AD

Color #81F7AD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #81F7AD

Tints of Vista Blue #81F7AD

Color information

#81F7AD (or 0x81F7AD) is unknown color: approx Vista Blue. HEX triplet: 81, F7 and AD. RGB value is (129,247,173). Sum of RGB (Red+Green+Blue) = 129+247+173=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F7AD is #7E0852. Grayscale: #CBCBCB. Windows color (decimal): -8259667 or 11401089. OLE color: 11401089.

HSL color Cylindrical-coordinate representation of color #81F7AD: hue angle of 142.37º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7AD is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB129247173-
CMYK0.4800.300.03
HSL142.37º88.06%73.73%-
HSV(B)142.37º47.77%96.86%-
XYZ49.8674.2151.23-
YUV203.28110.9175.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.50%
GREEN value IS 247 (96.88% from 255) = 44.99%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=23.50%
G=44.99%
B=31.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292471730.4800.300.03142.3788.0673.73
Hex81F7AD3001E38e584a
Octal201367255600363216130112
Binary100000011111011110101101110000011110111000111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,247,173); }

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

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

 a { background-color: rgb(129,247,173); }

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

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

 span { border-color: rgb(129,247,173); }

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