Html Css Color HEX #83BC15 Lima

📋 copy color: '#83BC15'

red 131 ◦ green 188 ◦ blue 21

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

Shades of Lima #83BC15

Tints of Lima #83BC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 38.53%
G = 55.29%
B = 6.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#83BC15 (or 0x83BC15) is known color: Lima. HEX triplet: 83, BC and 15. RGB value is (131,188,21). Sum of RGB (Red+Green+Blue) = 131+188+21=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC15 is #7C43EA. Grayscale: #989898. Windows color (decimal): -8143851 or 1424515. OLE color: 1424515.

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

Color convert

RGB 131 188 21 -
CMYK 0.30 0 0.89 0.26
HSL 80.48º 0.8% 0.41% -
HSV(B) 80.48º 0.89% 0.74% -
XYZ 27.48 40.85 7.15 -
YUV 151.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 131 188 21 0.30 0 0.89 0.26 80.48 0.8 0.41
Hex 83 BC 15 1E 0 59 1A 50 50 29
Octal 203 274 25 36 0 131 32 120 120 51
Binary 10000011 10111100 10101 11110 0 1011001 11010 1010000 1010000 101001

Color Harmonies of #83BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC15

Black with #83BC15

Text Example


Text Example

White with #83BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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