Html Css Color HEX #83AB05 Lima

📋 copy color: '#83AB05'

red 131 ◦ green 171 ◦ blue 5

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

Shades of Lima #83AB05

Tints of Lima #83AB05

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.7%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 42.67%
G = 55.7%
B = 1.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#83AB05 (or 0x83AB05) is known color: Lima. HEX triplet: 83, AB and 05. RGB value is (131,171,5). Sum of RGB (Red+Green+Blue) = 131+171+5=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AB05 is #7C54FA. Grayscale: #8C8C8C. Windows color (decimal): -8148219 or 371587. OLE color: 371587.

HSL color Cylindrical-coordinate representation of color #83AB05: hue angle of 74.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83AB05 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 171 5 -
CMYK 0.23 0 0.97 0.33
HSL 74.46º 0.94% 0.35% -
HSV(B) 74.46º 0.97% 0.67% -
XYZ 23.95 33.96 5.44 -
YUV 140.12 51.75 121.5 -
System Red Green Blue C M Y K H S L
Decimal 131 171 5 0.23 0 0.97 0.33 74.46 0.94 0.35
Hex 83 AB 5 17 0 61 21 4A 5E 23
Octal 203 253 5 27 0 141 41 112 136 43
Binary 10000011 10101011 101 10111 0 1100001 100001 1001010 1011110 100011

Color Harmonies of #83AB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB05

Black with #83AB05

Text Example


Text Example

White with #83AB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,171,5); }

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

background-color css

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

 a { background-color: rgb(131,171,5); }

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

border-color css

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

 span { border-color: rgb(131,171,5); }

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