Html Css Color HEX #83C014 Lima

📋 copy color: '#83C014'

red 131 ◦ green 192 ◦ blue 20

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

Shades of Lima #83C014

Tints of Lima #83C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.98%

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 38.19%
G = 55.98%
B = 5.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#83C014 (or 0x83C014) is known color: Lima. HEX triplet: 83, C0 and 14. RGB value is (131,192,20). Sum of RGB (Red+Green+Blue) = 131+192+20=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #83C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C014 is #7C3FEB. Grayscale: #9A9A9A. Windows color (decimal): -8142828 or 1360003. OLE color: 1360003.

HSL color Cylindrical-coordinate representation of color #83C014: hue angle of 81.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83C014 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 20 -
CMYK 0.32 0 0.90 0.25
HSL 81.28º 0.81% 0.42% -
HSV(B) 81.28º 0.9% 0.75% -
XYZ 28.34 42.58 7.39 -
YUV 154.15 52.29 111.49 -
System Red Green Blue C M Y K H S L
Decimal 131 192 20 0.32 0 0.90 0.25 81.28 0.81 0.42
Hex 83 C0 14 20 0 5A 19 51 51 2A
Octal 203 300 24 40 0 132 31 121 121 52
Binary 10000011 11000000 10100 100000 0 1011010 11001 1010001 1010001 101010

Color Harmonies of #83C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C014

Black with #83C014

Text Example


Text Example

White with #83C014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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