#83C13D

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

Shades of Yellow Green #83C13D

Tints of Yellow Green #83C13D

Color information

#83C13D (or 0x83C13D) is unknown color: approx Yellow Green. HEX triplet: 83, C1 and 3D. RGB value is (131,193,61). Sum of RGB (Red+Green+Blue) = 131+193+61=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #83C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C13D is #7C3EC2. Grayscale: #9F9F9F. Windows color (decimal): -8142531 or 4047235. OLE color: 4047235.

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

Color convert

RGB13119361-
CMYK0.3200.680.24
HSL88.18º51.97%49.8%-
HSV(B)88.18º68.39%75.69%-
XYZ29.2743.311.23-
YUV159.4172.46107.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=34.03%
G=50.13%
B=15.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131193610.3200.680.2488.1851.9749.8
Hex83C13D2004418583432
Octal20330175400104301306462
Binary100000111100000111110110000001000100110001011000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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