Html Css Color HEX #83AE15 Lima

📋 copy color: '#83AE15'

red 131 ◦ green 174 ◦ blue 21

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

Shades of Lima #83AE15

Tints of Lima #83AE15

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.37%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 40.18%
G = 53.37%
B = 6.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#83AE15 (or 0x83AE15) is known color: Lima. HEX triplet: 83, AE and 15. RGB value is (131,174,21). Sum of RGB (Red+Green+Blue) = 131+174+21=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AE15 is #7C51EA. Grayscale: #909090. Windows color (decimal): -8147435 or 1420931. OLE color: 1420931.

HSL color Cylindrical-coordinate representation of color #83AE15: hue angle of 76.86º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83AE15 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 174 21 -
CMYK 0.25 0 0.88 0.32
HSL 76.86º 0.78% 0.38% -
HSV(B) 76.86º 0.88% 0.68% -
XYZ 24.63 35.15 6.2 -
YUV 143.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 131 174 21 0.25 0 0.88 0.32 76.86 0.78 0.38
Hex 83 AE 15 19 0 58 20 4D 4E 26
Octal 203 256 25 31 0 130 40 115 116 46
Binary 10000011 10101110 10101 11001 0 1011000 100000 1001101 1001110 100110

Color Harmonies of #83AE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE15

Black with #83AE15

Text Example


Text Example

White with #83AE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,174,21); }

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

background-color css

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

 a { background-color: rgb(131,174,21); }

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

border-color css

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

 span { border-color: rgb(131,174,21); }

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