Html Css Color HEX #83C81A Lima

📋 copy color: '#83C81A'

red 131 ◦ green 200 ◦ blue 26

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

Shades of Lima #83C81A

Tints of Lima #83C81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.02%

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 36.69%
G = 56.02%
B = 7.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#83C81A (or 0x83C81A) is known color: Lima. HEX triplet: 83, C8 and 1A. RGB value is (131,200,26). Sum of RGB (Red+Green+Blue) = 131+200+26=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #83C81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C81A is #7C37E5. Grayscale: #A0A0A0. Windows color (decimal): -8140774 or 1755267. OLE color: 1755267.

HSL color Cylindrical-coordinate representation of color #83C81A: hue angle of 83.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83C81A is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 200 26 -
CMYK 0.34 0 0.87 0.22
HSL 83.79º 0.77% 0.44% -
HSV(B) 83.79º 0.87% 0.78% -
XYZ 30.2 46.21 8.3 -
YUV 159.53 52.64 107.65 -
System Red Green Blue C M Y K H S L
Decimal 131 200 26 0.34 0 0.87 0.22 83.79 0.77 0.44
Hex 83 C8 1A 22 0 57 16 54 4D 2C
Octal 203 310 32 42 0 127 26 124 115 54
Binary 10000011 11001000 11010 100010 0 1010111 10110 1010100 1001101 101100

Color Harmonies of #83C81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C81A

Black with #83C81A

Text Example


Text Example

White with #83C81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,200,26); }

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

background-color css

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

 a { background-color: rgb(131,200,26); }

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

border-color css

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

 span { border-color: rgb(131,200,26); }

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