#83D134

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

Shades of Yellow Green #83D134

Tints of Yellow Green #83D134

Color information

#83D134 (or 0x83D134) is unknown color: approx Yellow Green. HEX triplet: 83, D1 and 34. RGB value is (131,209,52). Sum of RGB (Red+Green+Blue) = 131+209+52=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #83D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D134 is #7C2ECB. Grayscale: #A8A8A8. Windows color (decimal): -8138444 or 3461507. OLE color: 3461507.

HSL color Cylindrical-coordinate representation of color #83D134: hue angle of 89.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83D134 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB13120952-
CMYK0.3700.750.18
HSL89.81º63.05%51.18%-
HSV(B)89.81º75.12%81.96%-
XYZ32.7850.6711.3-
YUV167.7862.66101.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 209 (82.03% from 255) = 53.32%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=33.42%
G=53.32%
B=13.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131209520.3700.750.1889.8163.0551.18
Hex83D1342504B125a3f33
Octal20332164450113221327763
Binary100000111101000111010010010101001011100101011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,209,52); }

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

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

 a { background-color: rgb(131,209,52); }

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

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

 span { border-color: rgb(131,209,52); }

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