Html Css Color HEX #83C411 Lima

📋 copy color: '#83C411'

red 131 ◦ green 196 ◦ blue 17

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

Shades of Lima #83C411

Tints of Lima #83C411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.98%

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

R = 38.08%
G = 56.98%
B = 4.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#83C411 (or 0x83C411) is known color: Lima. HEX triplet: 83, C4 and 11. RGB value is (131,196,17). Sum of RGB (Red+Green+Blue) = 131+196+17=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #83C411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C411 is #7C3BEE. Grayscale: #9C9C9C. Windows color (decimal): -8141807 or 1164419. OLE color: 1164419.

HSL color Cylindrical-coordinate representation of color #83C411: hue angle of 81.79º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83C411 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 196 17 -
CMYK 0.33 0 0.91 0.23
HSL 81.79º 0.84% 0.42% -
HSV(B) 81.79º 0.91% 0.77% -
XYZ 29.2 44.35 7.55 -
YUV 156.16 49.47 110.05 -
System Red Green Blue C M Y K H S L
Decimal 131 196 17 0.33 0 0.91 0.23 81.79 0.84 0.42
Hex 83 C4 11 21 0 5B 17 52 54 2A
Octal 203 304 21 41 0 133 27 122 124 52
Binary 10000011 11000100 10001 100001 0 1011011 10111 1010010 1010100 101010

Color Harmonies of #83C411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C411

Black with #83C411

Text Example


Text Example

White with #83C411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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