Html Css Color HEX #83C214 Lima

📋 copy color: '#83C214'

red 131 ◦ green 194 ◦ blue 20

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

Shades of Lima #83C214

Tints of Lima #83C214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.23%

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

R = 37.97%
G = 56.23%
B = 5.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#83C214 (or 0x83C214) is known color: Lima. HEX triplet: 83, C2 and 14. RGB value is (131,194,20). Sum of RGB (Red+Green+Blue) = 131+194+20=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #83C214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C214 is #7C3DEB. Grayscale: #9B9B9B. Windows color (decimal): -8142316 or 1360515. OLE color: 1360515.

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

Color convert

RGB 131 194 20 -
CMYK 0.32 0 0.90 0.24
HSL 81.72º 0.81% 0.42% -
HSV(B) 81.72º 0.9% 0.76% -
XYZ 28.78 43.46 7.53 -
YUV 155.33 51.63 110.65 -
System Red Green Blue C M Y K H S L
Decimal 131 194 20 0.32 0 0.90 0.24 81.72 0.81 0.42
Hex 83 C2 14 20 0 5A 18 52 51 2A
Octal 203 302 24 40 0 132 30 122 121 52
Binary 10000011 11000010 10100 100000 0 1011010 11000 1010010 1010001 101010

Color Harmonies of #83C214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C214

Black with #83C214

Text Example


Text Example

White with #83C214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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