#81FBA0

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

Shades of Pale Green #81FBA0

Tints of Pale Green #81FBA0

Color information

#81FBA0 (or 0x81FBA0) is unknown color: approx Pale Green. HEX triplet: 81, FB and A0. RGB value is (129,251,160). Sum of RGB (Red+Green+Blue) = 129+251+160=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #81FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FBA0 is #7E045F. Grayscale: #CCCCCC. Windows color (decimal): -8258656 or 10550145. OLE color: 10550145.

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

Color convert

RGB129251160-
CMYK0.4900.360.02
HSL135.25º93.85%74.51%-
HSV(B)135.25º48.61%98.43%-
XYZ49.976.245.34-
YUV204.15103.0874.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.89%
GREEN value IS 251 (98.44% from 255) = 46.48%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=23.89%
G=46.48%
B=29.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292511600.4900.360.02135.2593.8574.51
Hex81FBA0310242875e4b
Octal201373240610442207136113
Binary1000000111111011101000001100010100100101000011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,251,160); }

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

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

 a { background-color: rgb(129,251,160); }

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

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

 span { border-color: rgb(129,251,160); }

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