Html Css Color HEX #83BC17 Lima

📋 copy color: '#83BC17'

red 131 ◦ green 188 ◦ blue 23

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

Shades of Lima #83BC17

Tints of Lima #83BC17

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.97%

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 38.3%
G = 54.97%
B = 6.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#83BC17 (or 0x83BC17) is known color: Lima. HEX triplet: 83, BC and 17. RGB value is (131,188,23). Sum of RGB (Red+Green+Blue) = 131+188+23=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC17 is #7C43E8. Grayscale: #989898. Windows color (decimal): -8143849 or 1555587. OLE color: 1555587.

HSL color Cylindrical-coordinate representation of color #83BC17: hue angle of 80.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83BC17 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 23 -
CMYK 0.30 0 0.88 0.26
HSL 80.73º 0.78% 0.41% -
HSV(B) 80.73º 0.88% 0.74% -
XYZ 27.5 40.85 7.25 -
YUV 152.15 55.12 112.92 -
System Red Green Blue C M Y K H S L
Decimal 131 188 23 0.30 0 0.88 0.26 80.73 0.78 0.41
Hex 83 BC 17 1E 0 58 1A 51 4E 29
Octal 203 274 27 36 0 130 32 121 116 51
Binary 10000011 10111100 10111 11110 0 1011000 11010 1010001 1001110 101001

Color Harmonies of #83BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC17

Black with #83BC17

Text Example


Text Example

White with #83BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,23); }

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

background-color css

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

 a { background-color: rgb(131,188,23); }

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

border-color css

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

 span { border-color: rgb(131,188,23); }

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