#81E674

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

Shades of Pastel Green #81E674

Tints of Pastel Green #81E674

Color information

#81E674 (or 0x81E674) is unknown color: approx Pastel Green. HEX triplet: 81, E6 and 74. RGB value is (129,230,116). Sum of RGB (Red+Green+Blue) = 129+230+116=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #81E674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E674 is #7E198B. Grayscale: #BBBBBB. Windows color (decimal): -8264076 or 7661185. OLE color: 7661185.

HSL color Cylindrical-coordinate representation of color #81E674: hue angle of 113.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81E674 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB129230116-
CMYK0.4400.500.10
HSL113.16º69.51%67.84%-
HSV(B)113.16º49.57%90.2%-
XYZ40.562.5226.46-
YUV186.888.0486.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=27.16%
G=48.42%
B=24.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1292301160.4400.500.10113.1669.5167.84
Hex81E6742C032A714644
Octal2013461645406212161106104
Binary1000000111100110111010010110001100101010111000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,230,116); }

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

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

 a { background-color: rgb(129,230,116); }

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

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

 span { border-color: rgb(129,230,116); }

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