#83C00E

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

Shades of Lima #83C00E

Tints of Lima #83C00E

Color information

#83C00E (or 0x83C00E) is unknown color: approx Lima. HEX triplet: 83, C0 and 0E. RGB value is (131,192,14). Sum of RGB (Red+Green+Blue) = 131+192+14=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #83C00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C00E is #7C3FF1. Grayscale: #9A9A9A. Windows color (decimal): -8142834 or 966787. OLE color: 966787.

HSL color Cylindrical-coordinate representation of color #83C00E: hue angle of 80.56º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83C00E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB13119214-
CMYK0.3200.930.25
HSL80.56º86.41%40.39%-
HSV(B)80.56º92.71%75.29%-
XYZ28.2942.567.14-
YUV153.4749.29111.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 192 (75.39% from 255) = 56.97%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=38.87%
G=56.97%
B=4.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131192140.3200.930.2580.5686.4140.39
Hex83C0E2005D19515628
Octal203300164001353112112650
Binary10000011110000001110100000010111011100110100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,192,14); }

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

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

 a { background-color: rgb(131,192,14); }

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

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

 span { border-color: rgb(131,192,14); }

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