Html Css Color HEX #81A541 Sushi

📋 copy color: '#81A541'

red 129 ◦ green 165 ◦ blue 65

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

Shades of Sushi #81A541

Tints of Sushi #81A541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.96%

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

R = 35.93%
G = 45.96%
B = 18.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#81A541 (or 0x81A541) is known color: Sushi. HEX triplet: 81, A5 and 41. RGB value is (129,165,65). Sum of RGB (Red+Green+Blue) = 129+165+65=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #81A541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A541 is #7E5ABE. Grayscale: #8F8F8F. Windows color (decimal): -8280767 or 4302209. OLE color: 4302209.

HSL color Cylindrical-coordinate representation of color #81A541: hue angle of 81.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81A541 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 165 65 -
CMYK 0.22 0 0.61 0.35
HSL 81.6º 0.43% 0.45% -
HSV(B) 81.6º 0.61% 0.65% -
XYZ 23.46 31.96 9.93 -
YUV 142.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 129 165 65 0.22 0 0.61 0.35 81.6 0.43 0.45
Hex 81 A5 41 16 0 3D 23 52 2B 2D
Octal 201 245 101 26 0 75 43 122 53 55
Binary 10000001 10100101 1000001 10110 0 111101 100011 1010010 101011 101101

Color Harmonies of #81A541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A541

Black with #81A541

Text Example


Text Example

White with #81A541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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