Html Css Color HEX #83C526 Lima

📋 copy color: '#83C526'

red 131 ◦ green 197 ◦ blue 38

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

Shades of Lima #83C526

Tints of Lima #83C526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.83%

 BLUE value IS 38 (15.23% from 255) = 10.38%

R = 35.79%
G = 53.83%
B = 10.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#83C526 (or 0x83C526) is known color: Lima. HEX triplet: 83, C5 and 26. RGB value is (131,197,38). Sum of RGB (Red+Green+Blue) = 131+197+38=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #83C526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C526 is #7C3AD9. Grayscale: #9F9F9F. Windows color (decimal): -8141530 or 2540931. OLE color: 2540931.

HSL color Cylindrical-coordinate representation of color #83C526: hue angle of 84.91º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83C526 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 197 38 -
CMYK 0.34 0 0.81 0.23
HSL 84.91º 0.68% 0.46% -
HSV(B) 84.91º 0.81% 0.77% -
XYZ 29.68 44.9 8.94 -
YUV 159.14 59.63 107.93 -
System Red Green Blue C M Y K H S L
Decimal 131 197 38 0.34 0 0.81 0.23 84.91 0.68 0.46
Hex 83 C5 26 22 0 51 17 55 44 2E
Octal 203 305 46 42 0 121 27 125 104 56
Binary 10000011 11000101 100110 100010 0 1010001 10111 1010101 1000100 101110

Color Harmonies of #83C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C526

Black with #83C526

Text Example


Text Example

White with #83C526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,197,38); }

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

background-color css

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

 a { background-color: rgb(131,197,38); }

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

border-color css

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

 span { border-color: rgb(131,197,38); }

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