Html Css Color HEX #83C61F Lima

📋 copy color: '#83C61F'

red 131 ◦ green 198 ◦ blue 31

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

Shades of Lima #83C61F

Tints of Lima #83C61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 36.39%
G = 55%
B = 8.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#83C61F (or 0x83C61F) is known color: Lima. HEX triplet: 83, C6 and 1F. RGB value is (131,198,31). Sum of RGB (Red+Green+Blue) = 131+198+31=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #83C61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C61F is #7C39E0. Grayscale: #9F9F9F. Windows color (decimal): -8141281 or 2082435. OLE color: 2082435.

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

Color convert

RGB 131 198 31 -
CMYK 0.34 0 0.84 0.22
HSL 84.07º 0.73% 0.45% -
HSV(B) 84.07º 0.84% 0.78% -
XYZ 29.8 45.31 8.47 -
YUV 158.93 55.8 108.08 -
System Red Green Blue C M Y K H S L
Decimal 131 198 31 0.34 0 0.84 0.22 84.07 0.73 0.45
Hex 83 C6 1F 22 0 54 16 54 49 2D
Octal 203 306 37 42 0 124 26 124 111 55
Binary 10000011 11000110 11111 100010 0 1010100 10110 1010100 1001001 101101

Color Harmonies of #83C61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C61F

Black with #83C61F

Text Example


Text Example

White with #83C61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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