Html Css Color HEX #83C125 Lima

📋 copy color: '#83C125'

red 131 ◦ green 193 ◦ blue 37

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

Shades of Lima #83C125

Tints of Lima #83C125

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.46%

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 36.29%
G = 53.46%
B = 10.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#83C125 (or 0x83C125) is known color: Lima. HEX triplet: 83, C1 and 25. RGB value is (131,193,37). Sum of RGB (Red+Green+Blue) = 131+193+37=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #83C125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C125 is #7C3EDA. Grayscale: #9D9D9D. Windows color (decimal): -8142555 or 2474371. OLE color: 2474371.

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

Color convert

RGB 131 193 37 -
CMYK 0.32 0 0.81 0.24
HSL 83.85º 0.68% 0.45% -
HSV(B) 83.85º 0.81% 0.76% -
XYZ 28.76 43.1 8.55 -
YUV 156.68 60.46 109.68 -
System Red Green Blue C M Y K H S L
Decimal 131 193 37 0.32 0 0.81 0.24 83.85 0.68 0.45
Hex 83 C1 25 20 0 51 18 54 44 2D
Octal 203 301 45 40 0 121 30 124 104 55
Binary 10000011 11000001 100101 100000 0 1010001 11000 1010100 1000100 101101

Color Harmonies of #83C125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C125

Black with #83C125

Text Example


Text Example

White with #83C125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,193,37); }

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

background-color css

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

 a { background-color: rgb(131,193,37); }

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

border-color css

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

 span { border-color: rgb(131,193,37); }

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