Html Css Color HEX #81AD3D Sushi

📋 copy color: '#81AD3D'

red 129 ◦ green 173 ◦ blue 61

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

Shades of Sushi #81AD3D

Tints of Sushi #81AD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 35.54%
G = 47.66%
B = 16.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#81AD3D (or 0x81AD3D) is known color: Sushi. HEX triplet: 81, AD and 3D. RGB value is (129,173,61). Sum of RGB (Red+Green+Blue) = 129+173+61=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AD3D is #7E52C2. Grayscale: #939393. Windows color (decimal): -8278723 or 4042113. OLE color: 4042113.

HSL color Cylindrical-coordinate representation of color #81AD3D: hue angle of 83.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81AD3D is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 173 61 -
CMYK 0.25 0 0.65 0.32
HSL 83.57º 0.48% 0.46% -
HSV(B) 83.57º 0.65% 0.68% -
XYZ 24.84 34.89 9.84 -
YUV 147.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 129 173 61 0.25 0 0.65 0.32 83.57 0.48 0.46
Hex 81 AD 3D 19 0 41 20 54 30 2E
Octal 201 255 75 31 0 101 40 124 60 56
Binary 10000001 10101101 111101 11001 0 1000001 100000 1010100 110000 101110

Color Harmonies of #81AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD3D

Black with #81AD3D

Text Example


Text Example

White with #81AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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