Html Css Color HEX #81AC41 Sushi

📋 copy color: '#81AC41'

red 129 ◦ green 172 ◦ blue 65

#81AC41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #81AC41

Tints of Sushi #81AC41

RGB

 RED value IS 129 (50.78% from 255) = 35.25%

 GREEN value IS 172 (67.58% from 255) = 46.99%

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 35.25%
G = 46.99%
B = 17.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#81AC41 (or 0x81AC41) is known color: Sushi. HEX triplet: 81, AC and 41. RGB value is (129,172,65). Sum of RGB (Red+Green+Blue) = 129+172+65=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AC41 is #7E53BE. Grayscale: #939393. Windows color (decimal): -8278975 or 4304001. OLE color: 4304001.

HSL color Cylindrical-coordinate representation of color #81AC41: hue angle of 84.11º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81AC41 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 172 65 -
CMYK 0.25 0 0.62 0.33
HSL 84.11º 0.45% 0.46% -
HSV(B) 84.11º 0.62% 0.67% -
XYZ 24.76 34.55 10.37 -
YUV 146.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 129 172 65 0.25 0 0.62 0.33 84.11 0.45 0.46
Hex 81 AC 41 19 0 3E 21 54 2D 2E
Octal 201 254 101 31 0 76 41 124 55 56
Binary 10000001 10101100 1000001 11001 0 111110 100001 1010100 101101 101110

Color Harmonies of #81AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AC41

Black with #81AC41

Text Example


Text Example

White with #81AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,172,65); }

 H1.HeaderClassName
 {
   color: #81AC41;
 }
 .AnyTagClassName
 {
   color: #81AC41;
 }
</style>

background-color css

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

 a { background-color: rgb(129,172,65); }

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

border-color css

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

 span { border-color: rgb(129,172,65); }

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