#81FC85

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

Shades of Light Green #81FC85

Tints of Light Green #81FC85

Color information

#81FC85 (or 0x81FC85) is unknown color: approx Light Green. HEX triplet: 81, FC and 85. RGB value is (129,252,133). Sum of RGB (Red+Green+Blue) = 129+252+133=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FC85 is #7E037A. Grayscale: #CACACA. Windows color (decimal): -8258427 or 8780929. OLE color: 8780929.

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

Color convert

RGB129252133-
CMYK0.4900.470.01
HSL121.95º95.35%74.71%-
HSV(B)121.95º48.81%98.82%-
XYZ48.175.9834.32-
YUV201.6689.2576.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.10%
GREEN value IS 252 (98.83% from 255) = 49.03%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=25.10%
G=49.03%
B=25.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292521330.4900.470.01121.9595.3574.71
Hex81FC853102F17a5f4b
Octal201374205610571172137113
Binary10000001111111001000010111000101011111111101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,252,133); }

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

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

 a { background-color: rgb(129,252,133); }

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

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

 span { border-color: rgb(129,252,133); }

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