#83C91E

Color #83C91E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83C91E

Tints of Lima #83C91E

Color information

#83C91E (or 0x83C91E) is unknown color: approx Lima. HEX triplet: 83, C9 and 1E. RGB value is (131,201,30). Sum of RGB (Red+Green+Blue) = 131+201+30=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #83C91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C91E is #7C36E1. Grayscale: #A1A1A1. Windows color (decimal): -8140514 or 2017667. OLE color: 2017667.

HSL color Cylindrical-coordinate representation of color #83C91E: hue angle of 84.56º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83C91E is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB13120130-
CMYK0.3500.850.21
HSL84.56º74.03%45.29%-
HSV(B)84.56º85.07%78.82%-
XYZ30.4846.698.63-
YUV160.5854.31106.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 201 (78.91% from 255) = 55.52%
BLUE value IS 30 (12.11% from 255) = 8.29%
R=36.19%
G=55.52%
B=8.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131201300.3500.850.2184.5674.0345.29
Hex83C91E2305515554a2d
Octal203311364301252512511255
Binary100000111100100111110100011010101011010110101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,201,30); }

 H1.HeaderClassName
 {
   color: #83C91E;
 }
 .AnyTagClassName
 {
   color: #83C91E;
 }
</style>
background-color css

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

 a { background-color: rgb(131,201,30); }

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

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

 span { border-color: rgb(131,201,30); }

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