Html Css Color HEX #83C313 Lima

📋 copy color: '#83C313'

red 131 ◦ green 195 ◦ blue 19

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

Shades of Lima #83C313

Tints of Lima #83C313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 37.97%
G = 56.52%
B = 5.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#83C313 (or 0x83C313) is known color: Lima. HEX triplet: 83, C3 and 13. RGB value is (131,195,19). Sum of RGB (Red+Green+Blue) = 131+195+19=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #83C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C313 is #7C3CEC. Grayscale: #9C9C9C. Windows color (decimal): -8142061 or 1295235. OLE color: 1295235.

HSL color Cylindrical-coordinate representation of color #83C313: hue angle of 81.82º degrees, saturation: 0.82, 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 #83C313 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 19 -
CMYK 0.33 0 0.90 0.24
HSL 81.82º 0.82% 0.42% -
HSV(B) 81.82º 0.9% 0.76% -
XYZ 28.99 43.9 7.56 -
YUV 155.8 50.8 110.31 -
System Red Green Blue C M Y K H S L
Decimal 131 195 19 0.33 0 0.90 0.24 81.82 0.82 0.42
Hex 83 C3 13 21 0 5A 18 52 52 2A
Octal 203 303 23 41 0 132 30 122 122 52
Binary 10000011 11000011 10011 100001 0 1011010 11000 1010010 1010010 101010

Color Harmonies of #83C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C313

Black with #83C313

Text Example


Text Example

White with #83C313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,195,19); }

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

background-color css

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

 a { background-color: rgb(131,195,19); }

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

border-color css

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

 span { border-color: rgb(131,195,19); }

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