#81B53D

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

Shades of Sushi #81B53D

Tints of Sushi #81B53D

Color information

#81B53D (or 0x81B53D) is unknown color: approx Sushi. HEX triplet: 81, B5 and 3D. RGB value is (129,181,61). Sum of RGB (Red+Green+Blue) = 129+181+61=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #81B53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B53D is #7E4AC2. Grayscale: #989898. Windows color (decimal): -8276675 or 4044161. OLE color: 4044161.

HSL color Cylindrical-coordinate representation of color #81B53D: hue angle of 86º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81B53D is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB12918161-
CMYK0.2900.660.29
HSL86º49.59%47.45%-
HSV(B)86º66.3%70.98%-
XYZ26.4238.0510.37-
YUV151.7776.77111.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=34.77%
G=48.79%
B=16.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129181610.2900.660.298649.5947.45
Hex81B53D1D0421D56322f
Octal20126575350102351266257
Binary10000001101101011111011110101000010111011010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,181,61); }

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

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

 a { background-color: rgb(129,181,61); }

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

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

 span { border-color: rgb(129,181,61); }

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