#83D914

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

Shades of Yellow Green #83D914

Tints of Yellow Green #83D914

Color information

#83D914 (or 0x83D914) is unknown color: approx Yellow Green. HEX triplet: 83, D9 and 14. RGB value is (131,217,20). Sum of RGB (Red+Green+Blue) = 131+217+20=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #83D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D914 is #7C26EB. Grayscale: #A9A9A9. Windows color (decimal): -8136428 or 1366403. OLE color: 1366403.

HSL color Cylindrical-coordinate representation of color #83D914: hue angle of 86.19º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83D914 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB13121720-
CMYK0.4000.910.15
HSL86.19º83.12%46.47%-
HSV(B)86.19º90.78%85.1%-
XYZ34.354.59.37-
YUV168.8344.01101.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 217 (85.16% from 255) = 58.97%
BLUE value IS 20 (8.20% from 255) = 5.43%
R=35.60%
G=58.97%
B=5.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131217200.4000.910.1586.1983.1246.47
Hex83D9142805BF56532e
Octal203331245001331712612356
Binary10000011110110011010010100001011011111110101101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,217,20); }

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

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

 a { background-color: rgb(131,217,20); }

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

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

 span { border-color: rgb(131,217,20); }

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