#83C132

Color #83C132 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #83C132

Tints of Yellow Green #83C132

Color information

#83C132 (or 0x83C132) is unknown color: approx Yellow Green. HEX triplet: 83, C1 and 32. RGB value is (131,193,50). Sum of RGB (Red+Green+Blue) = 131+193+50=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #83C132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C132 is #7C3ECD. Grayscale: #9E9E9E. Windows color (decimal): -8142542 or 3326339. OLE color: 3326339.

HSL color Cylindrical-coordinate representation of color #83C132: hue angle of 86.01º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83C132 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB13119350-
CMYK0.3200.740.24
HSL86.01º58.85%47.65%-
HSV(B)86.01º74.09%75.69%-
XYZ29.0143.29.83-
YUV158.1666.96108.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 193 (75.78% from 255) = 51.60%
BLUE value IS 50 (19.92% from 255) = 13.37%
R=35.03%
G=51.60%
B=13.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131193500.3200.740.2486.0158.8547.65
Hex83C1322004A18563b30
Octal20330162400112301267360
Binary100000111100000111001010000001001010110001010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,50); }

 H1.HeaderClassName
 {
   color: #83C132;
 }
 .AnyTagClassName
 {
   color: #83C132;
 }
</style>
background-color css

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

 a { background-color: rgb(131,193,50); }

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

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

 span { border-color: rgb(131,193,50); }

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