Html Css Color HEX #83BD10 Lima

📋 copy color: '#83BD10'

red 131 ◦ green 189 ◦ blue 16

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

Shades of Lima #83BD10

Tints of Lima #83BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.25%

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 38.99%
G = 56.25%
B = 4.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#83BD10 (or 0x83BD10) is known color: Lima. HEX triplet: 83, BD and 10. RGB value is (131,189,16). Sum of RGB (Red+Green+Blue) = 131+189+16=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD10 is #7C42EF. Grayscale: #989898. Windows color (decimal): -8143600 or 1097091. OLE color: 1097091.

HSL color Cylindrical-coordinate representation of color #83BD10: hue angle of 80.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83BD10 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 189 16 -
CMYK 0.31 0 0.92 0.26
HSL 80.12º 0.84% 0.4% -
HSV(B) 80.12º 0.92% 0.74% -
XYZ 27.65 41.26 7 -
YUV 151.94 51.28 113.07 -
System Red Green Blue C M Y K H S L
Decimal 131 189 16 0.31 0 0.92 0.26 80.12 0.84 0.4
Hex 83 BD 10 1F 0 5C 1A 50 54 28
Octal 203 275 20 37 0 134 32 120 124 50
Binary 10000011 10111101 10000 11111 0 1011100 11010 1010000 1010100 101000

Color Harmonies of #83BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD10

Black with #83BD10

Text Example


Text Example

White with #83BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,16); }

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

background-color css

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

 a { background-color: rgb(131,189,16); }

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

border-color css

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

 span { border-color: rgb(131,189,16); }

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