#81AF35

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

Shades of Sushi #81AF35

Tints of Sushi #81AF35

Color information

#81AF35 (or 0x81AF35) is unknown color: approx Sushi. HEX triplet: 81, AF and 35. RGB value is (129,175,53). Sum of RGB (Red+Green+Blue) = 129+175+53=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF35 is #7E50CA. Grayscale: #939393. Windows color (decimal): -8278219 or 3518337. OLE color: 3518337.

HSL color Cylindrical-coordinate representation of color #81AF35: hue angle of 82.62º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81AF35 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12917553-
CMYK0.2600.700.31
HSL82.62º53.51%44.71%-
HSV(B)82.62º69.71%68.63%-
XYZ25.0335.588.92-
YUV147.3474.76114.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=36.13%
G=49.02%
B=14.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129175530.2600.700.3182.6253.5144.71
Hex81AF351A0461F53362d
Octal20125765320106371236655
Binary10000001101011111101011101001000110111111010011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,175,53); }

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

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

 a { background-color: rgb(129,175,53); }

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

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

 span { border-color: rgb(129,175,53); }

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