Html Css Color HEX #83AF71 Amulet

📋 copy color: '#83AF71'

red 131 ◦ green 175 ◦ blue 113

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

Shades of Amulet #83AF71

Tints of Amulet #83AF71

RGB

 RED value IS 131 (51.56% from 255) = 31.26%

 GREEN value IS 175 (68.75% from 255) = 41.77%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 31.26%
G = 41.77%
B = 26.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#83AF71 (or 0x83AF71) is known color: Amulet. HEX triplet: 83, AF and 71. RGB value is (131,175,113). Sum of RGB (Red+Green+Blue) = 131+175+113=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF71 is #7C508E. Grayscale: #9A9A9A. Windows color (decimal): -8147087 or 7450499. OLE color: 7450499.

HSL color Cylindrical-coordinate representation of color #83AF71: hue angle of 102.58º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83AF71 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 113 -
CMYK 0.25 0 0.35 0.31
HSL 102.58º 0.28% 0.56% -
HSV(B) 102.58º 0.35% 0.69% -
XYZ 27.67 36.68 21.24 -
YUV 154.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 131 175 113 0.25 0 0.35 0.31 102.58 0.28 0.56
Hex 83 AF 71 19 0 23 1F 67 1C 38
Octal 203 257 161 31 0 43 37 147 34 70
Binary 10000011 10101111 1110001 11001 0 100011 11111 1100111 11100 111000

Color Harmonies of #83AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF71

Black with #83AF71

Text Example


Text Example

White with #83AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AF71; }

 p { color: rgb(131,175,113); }

 H1.HeaderClassName
 {
   color: #83AF71;
 }
 .AnyTagClassName
 {
   color: #83AF71;
 }
</style>

background-color css

<style>
 a { background-color: #83AF71; }

 a { background-color: rgb(131,175,113); }

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

border-color css

<style>
 span { border-color: #83AF71; }

 span { border-color: rgb(131,175,113); }

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