Html Css Color HEX #81B478 Amulet

📋 copy color: '#81B478'

red 129 ◦ green 180 ◦ blue 120

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

Shades of Amulet #81B478

Tints of Amulet #81B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 30.07%
G = 41.96%
B = 27.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#81B478 (or 0x81B478) is known color: Amulet. HEX triplet: 81, B4 and 78. RGB value is (129,180,120). Sum of RGB (Red+Green+Blue) = 129+180+120=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #81B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B478 is #7E4B87. Grayscale: #9E9E9E. Windows color (decimal): -8276872 or 7910529. OLE color: 7910529.

HSL color Cylindrical-coordinate representation of color #81B478: hue angle of 111º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81B478 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 180 120 -
CMYK 0.28 0 0.33 0.29
HSL 111º 0.29% 0.59% -
HSV(B) 111º 0.33% 0.71% -
XYZ 28.76 38.67 23.72 -
YUV 157.91 106.6 107.38 -
System Red Green Blue C M Y K H S L
Decimal 129 180 120 0.28 0 0.33 0.29 111 0.29 0.59
Hex 81 B4 78 1C 0 21 1D 6F 1D 3B
Octal 201 264 170 34 0 41 35 157 35 73
Binary 10000001 10110100 1111000 11100 0 100001 11101 1101111 11101 111011

Color Harmonies of #81B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B478

Black with #81B478

Text Example


Text Example

White with #81B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,180,120); }

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

background-color css

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

 a { background-color: rgb(129,180,120); }

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

border-color css

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

 span { border-color: rgb(129,180,120); }

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