#81AF39

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

Shades of Sushi #81AF39

Tints of Sushi #81AF39

Color information

#81AF39 (or 0x81AF39) is unknown color: approx Sushi. HEX triplet: 81, AF and 39. RGB value is (129,175,57). Sum of RGB (Red+Green+Blue) = 129+175+57=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF39 is #7E50C6. Grayscale: #949494. Windows color (decimal): -8278215 or 3780481. OLE color: 3780481.

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

Color convert

RGB12917557-
CMYK0.2600.670.31
HSL83.39º50.86%45.49%-
HSV(B)83.39º67.43%68.63%-
XYZ25.1235.629.42-
YUV147.7976.76114.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=35.73%
G=48.48%
B=15.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129175570.2600.670.3183.3950.8645.49
Hex81AF391A0431F53332d
Octal20125771320103371236355
Binary10000001101011111110011101001000011111111010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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