Html Css Color HEX #83C622 Lima

📋 copy color: '#83C622'

red 131 ◦ green 198 ◦ blue 34

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

Shades of Lima #83C622

Tints of Lima #83C622

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.55%

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 36.09%
G = 54.55%
B = 9.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#83C622 (or 0x83C622) is known color: Lima. HEX triplet: 83, C6 and 22. RGB value is (131,198,34). Sum of RGB (Red+Green+Blue) = 131+198+34=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #83C622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C622 is #7C39DD. Grayscale: #9F9F9F. Windows color (decimal): -8141278 or 2279043. OLE color: 2279043.

HSL color Cylindrical-coordinate representation of color #83C622: hue angle of 84.51º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83C622 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 198 34 -
CMYK 0.34 0 0.83 0.22
HSL 84.51º 0.71% 0.45% -
HSV(B) 84.51º 0.83% 0.78% -
XYZ 29.84 45.33 8.69 -
YUV 159.27 57.3 107.84 -
System Red Green Blue C M Y K H S L
Decimal 131 198 34 0.34 0 0.83 0.22 84.51 0.71 0.45
Hex 83 C6 22 22 0 53 16 55 47 2D
Octal 203 306 42 42 0 123 26 125 107 55
Binary 10000011 11000110 100010 100010 0 1010011 10110 1010101 1000111 101101

Color Harmonies of #83C622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C622

Black with #83C622

Text Example


Text Example

White with #83C622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,198,34); }

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

background-color css

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

 a { background-color: rgb(131,198,34); }

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

border-color css

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

 span { border-color: rgb(131,198,34); }

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