#83D521

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

Shades of Yellow Green #83D521

Tints of Yellow Green #83D521

Color information

#83D521 (or 0x83D521) is unknown color: approx Yellow Green. HEX triplet: 83, D5 and 21. RGB value is (131,213,33). Sum of RGB (Red+Green+Blue) = 131+213+33=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #83D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D521 is #7C2ADE. Grayscale: #A8A8A8. Windows color (decimal): -8137439 or 2217347. OLE color: 2217347.

HSL color Cylindrical-coordinate representation of color #83D521: hue angle of 87.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83D521 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB13121333-
CMYK0.3800.850.16
HSL87.33º73.17%48.24%-
HSV(B)87.33º84.51%83.53%-
XYZ33.4352.529.82-
YUV167.9651.83101.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 213 (83.59% from 255) = 56.50%
BLUE value IS 33 (13.28% from 255) = 8.75%
R=34.75%
G=56.50%
B=8.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131213330.3800.850.1687.3373.1748.24
Hex83D5212605510574930
Octal203325414601252012711160
Binary1000001111010101100001100110010101011000010101111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,213,33); }

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

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

 a { background-color: rgb(131,213,33); }

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

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

 span { border-color: rgb(131,213,33); }

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