Html Css Color HEX #83C011 Lima

📋 copy color: '#83C011'

red 131 ◦ green 192 ◦ blue 17

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

Shades of Lima #83C011

Tints of Lima #83C011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

 BLUE value IS 17 (7.03% from 255) = 5%

R = 38.53%
G = 56.47%
B = 5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#83C011 (or 0x83C011) is known color: Lima. HEX triplet: 83, C0 and 11. RGB value is (131,192,17). Sum of RGB (Red+Green+Blue) = 131+192+17=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #83C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C011 is #7C3FEE. Grayscale: #9A9A9A. Windows color (decimal): -8142831 or 1163395. OLE color: 1163395.

HSL color Cylindrical-coordinate representation of color #83C011: hue angle of 80.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83C011 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 17 -
CMYK 0.32 0 0.91 0.25
HSL 80.91º 0.84% 0.41% -
HSV(B) 80.91º 0.91% 0.75% -
XYZ 28.31 42.57 7.25 -
YUV 153.81 50.79 111.73 -
System Red Green Blue C M Y K H S L
Decimal 131 192 17 0.32 0 0.91 0.25 80.91 0.84 0.41
Hex 83 C0 11 20 0 5B 19 51 54 29
Octal 203 300 21 40 0 133 31 121 124 51
Binary 10000011 11000000 10001 100000 0 1011011 11001 1010001 1010100 101001

Color Harmonies of #83C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C011

Black with #83C011

Text Example


Text Example

White with #83C011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,192,17); }

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

background-color css

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

 a { background-color: rgb(131,192,17); }

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

border-color css

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

 span { border-color: rgb(131,192,17); }

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