#81E075

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

Shades of Pastel Green #81E075

Tints of Pastel Green #81E075

Color information

#81E075 (or 0x81E075) is unknown color: approx Pastel Green. HEX triplet: 81, E0 and 75. RGB value is (129,224,117). Sum of RGB (Red+Green+Blue) = 129+224+117=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #81E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E075 is #7E1F8A. Grayscale: #B7B7B7. Windows color (decimal): -8265611 or 7725185. OLE color: 7725185.

HSL color Cylindrical-coordinate representation of color #81E075: hue angle of 113.27º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81E075 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB129224117-
CMYK0.4200.480.12
HSL113.27º63.31%66.86%-
HSV(B)113.27º47.77%87.84%-
XYZ38.9259.2626.22-
YUV183.490.5389.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 224 (87.89% from 255) = 47.66%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=27.45%
G=47.66%
B=24.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1292241170.4200.480.12113.2763.3166.86
Hex81E0752A030C713f43
Octal201340165520601416177103
Binary100000011110000011101011010100110000110011100011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,224,117); }

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

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

 a { background-color: rgb(129,224,117); }

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

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

 span { border-color: rgb(129,224,117); }

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