Html Css Color HEX #83B710 Lima

📋 copy color: '#83B710'

red 131 ◦ green 183 ◦ blue 16

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

Shades of Lima #83B710

Tints of Lima #83B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.45%

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

R = 39.7%
G = 55.45%
B = 4.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#83B710 (or 0x83B710) is known color: Lima. HEX triplet: 83, B7 and 10. RGB value is (131,183,16). Sum of RGB (Red+Green+Blue) = 131+183+16=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #83B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B710 is #7C48EF. Grayscale: #959595. Windows color (decimal): -8145136 or 1095555. OLE color: 1095555.

HSL color Cylindrical-coordinate representation of color #83B710: hue angle of 78.68º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83B710 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 183 16 -
CMYK 0.28 0 0.91 0.28
HSL 78.68º 0.84% 0.39% -
HSV(B) 78.68º 0.91% 0.72% -
XYZ 26.39 38.73 6.58 -
YUV 148.41 53.27 115.58 -
System Red Green Blue C M Y K H S L
Decimal 131 183 16 0.28 0 0.91 0.28 78.68 0.84 0.39
Hex 83 B7 10 1C 0 5B 1C 4F 54 27
Octal 203 267 20 34 0 133 34 117 124 47
Binary 10000011 10110111 10000 11100 0 1011011 11100 1001111 1010100 100111

Color Harmonies of #83B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B710

Black with #83B710

Text Example


Text Example

White with #83B710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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